]> granicus.if.org Git - php/commitdiff
already defined in zend_config.win32.h
authorHarald Radi <phanto@php.net>
Thu, 25 Apr 2002 09:01:35 +0000 (09:01 +0000)
committerHarald Radi <phanto@php.net>
Thu, 25 Apr 2002 09:01:35 +0000 (09:01 +0000)
main/win95nt.h

index 16412f9f0594a479096e328bd31718fccaeddc67..2727746924e2b98c9bfd0ec22d25eadd78747e2b 100644 (file)
@@ -24,9 +24,7 @@ typedef char * caddr_t;
 #define getpid         _getpid
 #define php_sleep(t)   Sleep(t*1000)
 #define getcwd(a, b)           _getcwd(a, b)
-#define snprintf       _snprintf
 #define off_t          _off_t
-#define vsnprintf      _vsnprintf
 typedef unsigned int uint;
 typedef unsigned long ulong;
 #if !NSAPI