diff options
Diffstat (limited to 'main/php.h')
-rw-r--r-- | main/php.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/main/php.h b/main/php.h index 2f8eb29a9d..b9668c0c41 100644 --- a/main/php.h +++ b/main/php.h @@ -59,7 +59,6 @@ extern unsigned char second_arg_allow_ref[]; #ifdef PHP_WIN32 -#include "config.w32.h" #include "win95nt.h" # ifdef PHP_EXPORTS # define PHPAPI __declspec(dllexport) @@ -67,7 +66,6 @@ extern unsigned char second_arg_allow_ref[]; # define PHPAPI __declspec(dllimport) # endif #else -#include "php_config.h" #define PHPAPI #define THREAD_LS #endif |