commit c81523f62128b4b028e45586ec66f31792e4f923
parent 6c673c55b78cae1137324e192be378f20d03f951
Author: Christian Grothoff <christian@grothoff.org>
Date: Mon, 28 Nov 2011 16:17:01 +0000
LRN: avoid redefining byte if already defined
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/common/pack.c b/src/common/pack.c
@@ -27,7 +27,9 @@ MODIFICATIONS.
#include "platform.h"
#include "pack.h"
+#if !(defined(_WIN32) && defined(cbNDRContext))
typedef unsigned char byte;
+#endif
typedef unsigned short half;
typedef unsigned int word;
typedef signed char sbyte;