| #ifndef _WINDOWS | |
| #define _WINDOWS | |
| #endif | |
| #ifndef _WINDOWSCE | |
| #define _WINDOWSCE | |
| #endif | |
| #ifndef _WIN | |
| #define _WIN | |
| #endif | |
| #ifndef _WCE | |
| #define _WCE 4 | |
| #endif | |
| #ifndef _WINCE | |
| #define _WINCE | |
| #endif | |
| #ifndef _WIN32_WCE | |
| #define _WIN32_WCE 0x500 | |
| #endif | |
| #undef PATH_MAX | |
| #define PATH_MAX 259 |