]> granicus.if.org Git - php/commitdiff
vc9 build fix
authorStanislav Malyshev <stas@php.net>
Thu, 17 Jul 2008 17:50:04 +0000 (17:50 +0000)
committerStanislav Malyshev <stas@php.net>
Thu, 17 Jul 2008 17:50:04 +0000 (17:50 +0000)
Zend/zend_config.w32.h

index dbd26465c2f018016adeb939e87397fdd3d4dfe9..4f2658663cebcfd760667d8dd56055f1791e1611 100644 (file)
@@ -48,7 +48,9 @@ typedef unsigned int uint;
 #define istdiostream stdiostream
 
 #define snprintf _snprintf
+#if _MSC_VER < 1500
 #define vsnprintf _vsnprintf
+#endif
 #define strcasecmp(s1, s2) stricmp(s1, s2)
 #define strncasecmp(s1, s2, n) strnicmp(s1, s2, n)
 #define zend_isinf(a)  ((_fpclass(a) == _FPCLASS_PINF) || (_fpclass(a) == _FPCLASS_NINF))