More preparatory work: remove the <windows.h> include from lots of
[u/mdw/putty] / unix / unix.h
index 7b0bb4b..f31de3c 100644 (file)
@@ -42,4 +42,7 @@ void provide_xrm_string(char *string);
 
 #define DEFAULT_CODEPAGE 0            /* FIXME: no idea how to do this */
 
+#define strnicmp strncasecmp
+#define stricmp strcasecmp
+
 #endif