sniper Tue Feb 25 01:49:59 2003 EDT
Modified files:
/php4/sapi/activescript php4activescript.c scriptengine.cpp
Log:
(hopefully) fix the build..
Index: php4/sapi/activescript/php4activescript.c
diff -u php4/sapi/activescript/php4activescript.c:1.4
php4/sapi/activescript/php4activescript.c:1.5
--- php4/sapi/activescript/php4activescript.c:1.4 Tue Dec 31 10:58:59 2002
+++ php4/sapi/activescript/php4activescript.c Tue Feb 25 01:49:59 2003
@@ -15,7 +15,9 @@
| Authors: Wez Furlong <[EMAIL PROTECTED]> |
+----------------------------------------------------------------------+
*/
-/* $Id: php4activescript.c,v 1.4 2002/12/31 15:58:59 sebastian Exp $ */
+/* $Id: php4activescript.c,v 1.5 2003/02/25 06:49:59 sniper Exp $ */
+
+#define ZEND_INCLUDE_FULL_WINDOWS_HEADERS
#include "php.h"
#include "php_main.h"
Index: php4/sapi/activescript/scriptengine.cpp
diff -u php4/sapi/activescript/scriptengine.cpp:1.4
php4/sapi/activescript/scriptengine.cpp:1.5
--- php4/sapi/activescript/scriptengine.cpp:1.4 Tue May 21 20:02:35 2002
+++ php4/sapi/activescript/scriptengine.cpp Tue Feb 25 01:49:59 2003
@@ -15,7 +15,7 @@
| Authors: Wez Furlong <[EMAIL PROTECTED]> |
+----------------------------------------------------------------------+
*/
-/* $Id: scriptengine.cpp,v 1.4 2002/05/22 00:02:35 wez Exp $ */
+/* $Id: scriptengine.cpp,v 1.5 2003/02/25 06:49:59 sniper Exp $ */
/* Implementation Notes:
*
@@ -30,6 +30,7 @@
* */
#define _WIN32_DCOM
+#define ZEND_INCLUDE_FULL_WINDOWS_HEADERS
#include "php.h"
extern "C" {
@@ -42,9 +43,9 @@
#include "php_variables.h"
#include "php_ini.h"
#include "php4activescript.h"
-#include "ext/com/com.h"
-#include "ext/com/php_COM.h"
-#include "ext/com/conversion.h"
+#include "ext/rpc/com/com.h"
+#include "ext/rpc/com/php_COM.h"
+#include "ext/rpc/com/conversion.h"
}
#include "php_ticks.h"
#include "php4as_scriptengine.h"
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php