mirror of
https://github.com/php/php-src.git
synced 2024-11-24 18:34:21 +08:00
- Make COM compile again
This commit is contained in:
parent
5212b2fe5b
commit
8a3e0ced12
@ -38,7 +38,7 @@
|
||||
#define _WIN32_DCOM
|
||||
|
||||
#include "php.h"
|
||||
#include "php3_COM.h"
|
||||
#include "php_COM.h"
|
||||
#include "zend_compile.h"
|
||||
#include "php_ini.h"
|
||||
|
||||
|
@ -45,7 +45,7 @@
|
||||
#include "ext/standard/php3_syslog.h"
|
||||
#include "ext/standard/php3_standard.h"
|
||||
#include "ext/standard/php_lcg.h"
|
||||
#include "ext/COM/php3_COM.h"
|
||||
#include "ext/COM/php_COM.h"
|
||||
#include "ext/standard/reg.h"
|
||||
#include "ext/pcre/php_pcre.h"
|
||||
#include "ext/odbc/php_odbc.h"
|
||||
|
@ -729,7 +729,7 @@ SOURCE=.\win32\param.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\ext\com\php3_COM.h
|
||||
SOURCE=.\ext\com\php_COM.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user