Refactor SetIntType to work with byte size directly. Prepare to revert my incorrect VAL changes.

This commit is contained in:
David Brown 2016-08-16 17:22:40 +01:00
parent b35ac4a32d
commit 8f82f6e47b
204 changed files with 1092 additions and 1128 deletions

View file

@ -4,6 +4,8 @@
#ifndef _WIN32
// Building for a Unix/Linux based system
// TODO: Remove these includes
#include <string.h> // For memcpy ...
#include <stdint.h> // For uintptr_t ...
@ -70,6 +72,7 @@ typedef unsigned char U_SHORTINT;
#endif
typedef U_LONGINT SET;
typedef U_LONGINT U_SET;
// OS Memory allocation interfaces are in PlatformXXX.Mod