summaryrefslogtreecommitdiff
path: root/main/win95nt.h
diff options
context:
space:
mode:
Diffstat (limited to 'main/win95nt.h')
-rw-r--r--main/win95nt.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/main/win95nt.h b/main/win95nt.h
index 5ec860cece..4048f91f29 100644
--- a/main/win95nt.h
+++ b/main/win95nt.h
@@ -31,8 +31,6 @@ typedef char * caddr_t;
typedef unsigned int uint;
typedef unsigned long ulong;
#if !NSAPI
-#define strcasecmp(s1, s2) stricmp(s1, s2)
-#define strncasecmp(s1, s2, n) strnicmp(s1, s2, n)
typedef long pid_t;
#endif