summaryrefslogtreecommitdiff
path: root/main/win95nt.h
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>2003-02-07 09:39:39 +0000
committerZeev Suraski <zeev@php.net>2003-02-07 09:39:39 +0000
commit021d1b684b92f6b529d490af0f65d497f14485b8 (patch)
treeb2650896cf98f0c0258e65e13195c88e3b2fa02e /main/win95nt.h
parent6257d01a91583dee0d3b7f4c2409ea07d768f62f (diff)
downloadphp-git-021d1b684b92f6b529d490af0f65d497f14485b8.tar.gz
Fixlet
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