- Fix some redefinition warnings caused by our headers' suckyness
[reactos.git] / rosapps / applications / net / ncftp / sio / syshdrs.h
index f4483d2..d9c6513 100644 (file)
@@ -32,7 +32,9 @@
 #      include <sys/types.h>
 #      include <sys/stat.h>
 #      include <fcntl.h>
+#      undef strcasecmp
 #      define strcasecmp stricmp
+#      undef strncasecmp
 #      define strncasecmp strnicmp
 #      define sleep(a) Sleep(a * 1000)
 #      ifndef S_ISREG