This include file assigns commonly used defines in case a module doesn't include the correct headers. More...
Go to the source code of this file.
Macros | |
| #define | BOOL unsigned char |
| #define | TRUE 1 |
| #define | FALSE 0 |
| #define | uint unsigned int |
| #define | ulong unsigned long |
| #define | ushort unsigned short |
| #define | LPSTR char * |
| #define | byte unsigned char |
| #define | uchar unsigned char |
This include file assigns commonly used defines in case a module doesn't include the correct headers.
| #define BOOL unsigned char |
| #define byte unsigned char |
| #define FALSE 0 |
| #define LPSTR char * |
| #define TRUE 1 |
| #define uchar unsigned char |
| #define uint unsigned int |
| #define ulong unsigned long |
| #define ushort unsigned short |
1.8.1.1