aboutsummaryrefslogtreecommitdiff
path: root/src/common/pack.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/pack.c')
-rw-r--r--src/common/pack.c2
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))
30typedef unsigned char byte; 31typedef unsigned char byte;
32#endif
31typedef unsigned short half; 33typedef unsigned short half;
32typedef unsigned int word; 34typedef unsigned int word;
33typedef signed char sbyte; 35typedef signed char sbyte;