diff options
Diffstat (limited to 'src/common/pack.c')
-rw-r--r-- | src/common/pack.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/pack.c b/src/common/pack.c index 94fa3d2..0c8b226 100644 --- a/src/common/pack.c +++ b/src/common/pack.c | |||
@@ -27,7 +27,9 @@ MODIFICATIONS. | |||
27 | #include "platform.h" | 27 | #include "platform.h" |
28 | #include "pack.h" | 28 | #include "pack.h" |
29 | 29 | ||
30 | #if !(defined(_WIN32) && defined(cbNDRContext)) | ||
30 | typedef unsigned char byte; | 31 | typedef unsigned char byte; |
32 | #endif | ||
31 | typedef unsigned short half; | 33 | typedef unsigned short half; |
32 | typedef unsigned int word; | 34 | typedef unsigned int word; |
33 | typedef signed char sbyte; | 35 | typedef signed char sbyte; |