- Fix some redefinition warnings caused by our headers' suckyness
[reactos.git] / rosapps / applications / net / ncftp / ncftp / syshdrs.h
index 618eaf6..3a4d639 100644 (file)
@@ -44,7 +44,9 @@
 #      include <fcntl.h>
 #      include <signal.h>
 #      include <assert.h>
+#      undef strcasecmp
 #      define strcasecmp stricmp
+#      undef strncasecmp
 #      define strncasecmp strnicmp
 #      define sleep WinSleep
 #      ifndef S_ISREG