aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32-ce.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/w32-ce.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/w32-ce.h b/src/w32-ce.h
index a74c6e17..36f1e9e5 100644
--- a/src/w32-ce.h
+++ b/src/w32-ce.h
@@ -26,6 +26,8 @@
#ifdef _MSC_VER
typedef int pid_t;
+#define strdup _strdup
+#define strcasecmp _stricmp
#endif
#include <winsock2.h>