 | InDesign SDK 20.5 |
24 #ifndef __AnsiBasedTypes__ 25 #define __AnsiBasedTypes__ 31 typedef signed char int8;
34 typedef unsigned short uint16;
40 typedef unsigned long uint32;
47 typedef unsigned int uint32;
52 typedef unsigned long uint32;
59 typedef unsigned char uchar;
63 typedef uint16 uchar16;
67 typedef __int64 int64;
69 typedef unsigned __int64 uint64;
72 typedef long long int64;
74 typedef unsigned long long uint64;
83 typedef uint32 bool32;
91 typedef uint32 Bool32;
94 #endif // __AnsiBasedTypes__