00001 // The debugger can't handle symbols more than 255 characters long. 00002 // STL often creates symbols longer than that. 00003 // When symbols are longer than 255 characters, the warning is disabled. 00004 #pragma warning(disable:4786) 00005 00009 #define ULONG unsigned long 00010 #define MAX_ULONG 0xFFFFFFFF 00011 00015 #define UINT unsigned int 00016 00020 #define WCHAR unsigned short 00021 00025 #define BOOL unsigned short 00026 00028 //Defines the 32-bit value used as a windows parameter or return value. 00030 #define LPARAM long 00031 00035 #define SFLAG unsigned short 00036 00040 #define FLAG unsigned int 00041 00045 #define LFLAG unsigned long 00046 00051 #define AUTOSIZE -1 00052 00056 #define AUTOPOS -2 00057 00061 #define MAX_PATH 260
1.2.18