From: Harald Radi Date: Thu, 25 Apr 2002 09:01:35 +0000 (+0000) Subject: already defined in zend_config.win32.h X-Git-Tag: php-4.3.0dev-ZendEngine2-Preview1~430 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7e1a13131aaf551cc2f34fede06a585b5c1f4788;p=php already defined in zend_config.win32.h --- diff --git a/main/win95nt.h b/main/win95nt.h index 16412f9f05..2727746924 100644 --- a/main/win95nt.h +++ b/main/win95nt.h @@ -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