cvs: ZendEngine2 / zend_config.w32.h

"Stanislav Malyshev" <[email protected]>
Newsgroups gmane.comp.php.cvs.zend
Message-ID <cvsstas1216317004@cvsserver>
stas		Thu Jul 17 17:50:04 2008 UTC

  Modified files:              
    /ZendEngine2	zend_config.w32.h 
  Log:
  vc9 build fix
  
  
http://cvs.php.net/viewvc.cgi/ZendEngine2/zend_config.w32.h?r1=1.45&r2=1.46&diff_format=u
Index: ZendEngine2/zend_config.w32.h
diff -u ZendEngine2/zend_config.w32.h:1.45 ZendEngine2/zend_config.w32.h:1.46
--- ZendEngine2/zend_config.w32.h:1.45	Mon Dec 31 07:12:06 2007
+++ ZendEngine2/zend_config.w32.h	Thu Jul 17 17:50:04 2008
@@ -17,7 +17,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: zend_config.w32.h,v 1.45 2007/12/31 07:12:06 sebastian Exp $ */
+/* $Id: zend_config.w32.h,v 1.46 2008/07/17 17:50:04 stas Exp $ */
 
 #ifndef ZEND_CONFIG_W32_H
 #define ZEND_CONFIG_W32_H
@@ -48,7 +48,9 @@
 #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))



-- 
Zend Engine CVS Mailing List (http://cvs.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.