1 2 3 4 5 6 7 8 9
#ifndef __UNISTD_H__ #define __UNISTD_H__ #define strcasecmp _stricmp #define snprintf _snprintf #define strdup _strdup #include <X11\Xw32defs.h> #endif