diff options
Diffstat (limited to 'main/internal_functions_win32.c')
-rw-r--r-- | main/internal_functions_win32.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/main/internal_functions_win32.c b/main/internal_functions_win32.c index 6e56e0cd9a..e0f96a6dfc 100644 --- a/main/internal_functions_win32.c +++ b/main/internal_functions_win32.c @@ -58,12 +58,6 @@ #if HAVE_CTYPE #include "ext/ctype/php_ctype.h" #endif -#if HAVE_RPC -#include "ext/rpc/php_rpc.h" -#if HAVE_COM -#include "ext/rpc/com/php_com.h" -#endif -#endif #if HAVE_FTP #include "ext/ftp/php_ftp.h" #endif @@ -110,12 +104,6 @@ zend_module_entry *php_builtin_extensions[] = { #if HAVE_CTYPE ,phpext_ctype_ptr #endif -#if HAVE_RPC - ,phpext_rpc_ptr -#if HAVE_COM - ,phpext_com_ptr -#endif -#endif #if HAVE_FTP ,phpext_ftp_ptr #endif |