zeev            Fri Feb  7 04:39:40 2003 EDT

  Modified files:              
    /php4/main  win95nt.h 
  Log:
  Fixlet
  
  
Index: php4/main/win95nt.h
diff -u php4/main/win95nt.h:1.15 php4/main/win95nt.h:1.16
--- php4/main/win95nt.h:1.15    Sun Dec  1 16:37:13 2002
+++ php4/main/win95nt.h Fri Feb  7 04:39:39 2003
@@ -31,8 +31,6 @@
 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
 



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to