diff options
Diffstat (limited to 'include/unistd.h')
-rw-r--r-- | include/unistd.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/include/unistd.h b/include/unistd.h new file mode 100644 index 000000000..55e6815f3 --- /dev/null +++ b/include/unistd.h @@ -0,0 +1,9 @@ +#ifndef __UNISTD_H__
+#define __UNISTD_H__
+
+#define strcasecmp _stricmp
+#define snprintf _snprintf
+#define strdup _strdup
+
+#include <X11\Xw32defs.h>
+#endif
|