]> granicus.if.org Git - php/commitdiff
Build-performance tweaks
authorWez Furlong <wez@php.net>
Sun, 2 Mar 2003 13:14:49 +0000 (13:14 +0000)
committerWez Furlong <wez@php.net>
Sun, 2 Mar 2003 13:14:49 +0000 (13:14 +0000)
sapi/activescript/classfactory.cpp
sapi/activescript/php4activescript.c

index a4380c4588a552d5e1c9872a72eb32790365aced..8e6dab98653825a64ff04949169ecad90bad0d6c 100644 (file)
@@ -21,7 +21,7 @@
 
 #define INITGUID
 #define DEBUG_CLASS_FACTORY 0
-
+#define WIN32_LEAN_AND_MEAN
 #include <winsock2.h>
 #include <windows.h>
 #include <initguid.h>
index 0dc6bd7e46d8d92f516de850aa340ae5cadd2500..d9e5b67376d9d50c1a1711222593aa5bfae23cef 100644 (file)
@@ -17,8 +17,6 @@
  */
 /* $Id$ */
 
-#define ZEND_INCLUDE_FULL_WINDOWS_HEADERS
-
 #include "php.h"
 #include "php_main.h"
 #include "SAPI.h"
@@ -41,7 +39,7 @@ static int php_activescript_startup(sapi_module_struct *sapi_module)
 
 static int sapi_activescript_ub_write(const char *str, uint str_length TSRMLS_DC)
 {
-       /* In theory, this is a blackhole.  In practice, I wan't to see the output
+       /* In theory, this is a blackhole.  In practice, I want to see the output
         * in the debugger! */
 
        char buf[1024];