Skip to content
Snippets Groups Projects
Commit f942cf9a authored by deuce's avatar deuce
Browse files

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?
parent a2193a89
No related branches found
No related tags found
No related merge requests found
......@@ -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. */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment