diff options
author | foobar <sniper@php.net> | 2003-02-25 06:49:59 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2003-02-25 06:49:59 +0000 |
commit | c7a40ac1ff86e310cc067a7255a06fbd0c84ef5d (patch) | |
tree | 4d3e35d2c9f8f636a75499f6e54fe64e06773b1c /sapi | |
parent | e9b5e34005ea3bd2c222300ffa96ac518e8b46ee (diff) | |
download | php-git-c7a40ac1ff86e310cc067a7255a06fbd0c84ef5d.tar.gz |
(hopefully) fix the build..
Diffstat (limited to 'sapi')
-rw-r--r-- | sapi/activescript/php4activescript.c | 2 | ||||
-rw-r--r-- | sapi/activescript/scriptengine.cpp | 7 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sapi/activescript/php4activescript.c b/sapi/activescript/php4activescript.c index a3324f2c44..0dc6bd7e46 100644 --- a/sapi/activescript/php4activescript.c +++ b/sapi/activescript/php4activescript.c @@ -17,6 +17,8 @@ */ /* $Id$ */ +#define ZEND_INCLUDE_FULL_WINDOWS_HEADERS + #include "php.h" #include "php_main.h" #include "SAPI.h" diff --git a/sapi/activescript/scriptengine.cpp b/sapi/activescript/scriptengine.cpp index ca751c2a5f..e21e6afec4 100644 --- a/sapi/activescript/scriptengine.cpp +++ b/sapi/activescript/scriptengine.cpp @@ -30,6 +30,7 @@ * */ #define _WIN32_DCOM +#define ZEND_INCLUDE_FULL_WINDOWS_HEADERS #include "php.h" extern "C" { @@ -42,9 +43,9 @@ extern "C" { #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" |