mirror of
https://github.com/php/php-src.git
synced 2025-08-16 14:08:47 +02:00
(hopefully) fix the build..
This commit is contained in:
parent
e9b5e34005
commit
c7a40ac1ff
2 changed files with 6 additions and 3 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue