From f942cf9a1cbaf6f1c8022fba1eecc488b845ca92 Mon Sep 17 00:00:00 2001 From: deuce <> Date: Sun, 10 Aug 2003 01:26:40 +0000 Subject: [PATCH] Added WORD_DEFINED and DWORD_DEFINED macros so that The Clans can detect that... is there no way of checking if somethings already been typedef'ed? --- src/odoors/OpenDoor.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/odoors/OpenDoor.h b/src/odoors/OpenDoor.h index c0c0202f6d..65d0f2878a 100644 --- a/src/odoors/OpenDoor.h +++ b/src/odoors/OpenDoor.h @@ -175,6 +175,8 @@ typedef unsigned char BYTE; /* Unsigned, 8 bits. */ typedef unsigned short WORD; /* Unsigned, 16 bits. */ typedef unsigned long DWORD; /* Unsigned, 32 bits. */ typedef char CHAR; /* Native character representation. */ +#define DWORD_DEFINED +#define WORD_DEFINED #endif /* !ODPLAT_WIN32 */ typedef signed char INT8; /* Signed, 8 bits. */ -- GitLab