cvs: ZendEngine2(PHP_5_3) / zend_alloc.c
"Stanislav Malyshev" <[email protected]>
| Newsgroups | gmane.comp.php.cvs.zend |
|---|---|
| Message-ID | <cvsstas1217630596@cvsserver> |
stas Fri Aug 1 22:43:16 2008 UTC
Modified files: (Branch: PHP_5_3)
/ZendEngine2 zend_alloc.c
Log:
remove unneeded define
http://cvs.php.net/viewvc.cgi/ZendEngine2/zend_alloc.c?r1=1.144.2.3.2.43.2.14&r2=1.144.2.3.2.43.2.15&diff_format=u
Index: ZendEngine2/zend_alloc.c
diff -u ZendEngine2/zend_alloc.c:1.144.2.3.2.43.2.14 ZendEngine2/zend_alloc.c:1.144.2.3.2.43.2.15
--- ZendEngine2/zend_alloc.c:1.144.2.3.2.43.2.14 Thu Jul 24 13:46:28 2008
+++ ZendEngine2/zend_alloc.c Fri Aug 1 22:43:16 2008
@@ -18,7 +18,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: zend_alloc.c,v 1.144.2.3.2.43.2.14 2008/07/24 13:46:28 dmitry Exp $ */
+/* $Id: zend_alloc.c,v 1.144.2.3.2.43.2.15 2008/08/01 22:43:16 stas Exp $ */
#include "zend.h"
#include "zend_alloc.h"
@@ -33,7 +33,6 @@
#endif
#ifdef ZEND_WIN32
-# define _WIN32_WINNT 0x0400
# include <wincrypt.h>
# include <process.h>
#endif
--
Zend Engine CVS Mailing List (http://cvs.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php