wez Sun Mar 2 08:14:49 2003 EDT Modified files: /php4/sapi/activescript classfactory.cpp php4activescript.c Log: Build-performance tweaks Index: php4/sapi/activescript/classfactory.cpp diff -u php4/sapi/activescript/classfactory.cpp:1.3 php4/sapi/activescript/classfactory.cpp:1.4 --- php4/sapi/activescript/classfactory.cpp:1.3 Sun Mar 2 08:09:47 2003 +++ php4/sapi/activescript/classfactory.cpp Sun Mar 2 08:14:49 2003 @@ -15,13 +15,13 @@ | Authors: Wez Furlong <[EMAIL PROTECTED]> | +----------------------------------------------------------------------+ */ -/* $Id: classfactory.cpp,v 1.3 2003/03/02 13:09:47 wez Exp $ */ +/* $Id: classfactory.cpp,v 1.4 2003/03/02 13:14:49 wez Exp $ */ /* IClassFactory Implementation, and DllXXX function implementation */ #define INITGUID #define DEBUG_CLASS_FACTORY 0 - +#define WIN32_LEAN_AND_MEAN #include <winsock2.h> #include <windows.h> #include <initguid.h> Index: php4/sapi/activescript/php4activescript.c diff -u php4/sapi/activescript/php4activescript.c:1.5 php4/sapi/activescript/php4activescript.c:1.6 --- php4/sapi/activescript/php4activescript.c:1.5 Tue Feb 25 01:49:59 2003 +++ php4/sapi/activescript/php4activescript.c Sun Mar 2 08:14:49 2003 @@ -15,9 +15,7 @@ | Authors: Wez Furlong <[EMAIL PROTECTED]> | +----------------------------------------------------------------------+ */ -/* $Id: php4activescript.c,v 1.5 2003/02/25 06:49:59 sniper Exp $ */ - -#define ZEND_INCLUDE_FULL_WINDOWS_HEADERS +/* $Id: php4activescript.c,v 1.6 2003/03/02 13:14:49 wez Exp $ */ #include "php.h" #include "php_main.h" @@ -41,7 +39,7 @@ 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];
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php