summaryrefslogtreecommitdiff
path: root/main/internal_functions_win32.c
diff options
context:
space:
mode:
authorSebastian Bergmann <sebastian@php.net>2003-06-25 04:54:23 +0000
committerSebastian Bergmann <sebastian@php.net>2003-06-25 04:54:23 +0000
commita10e5b6381e279ca8bbff0ec2a0996aa0f42c493 (patch)
tree3396dc2f48dc076e946b1e962bbcfce0a80fa749 /main/internal_functions_win32.c
parentab30e40fffcc27aca43cad90f379eb3be521282f (diff)
downloadphp-git-a10e5b6381e279ca8bbff0ec2a0996aa0f42c493.tar.gz
Remove ext/rpc references from Windows build.
Diffstat (limited to 'main/internal_functions_win32.c')
-rw-r--r--main/internal_functions_win32.c12
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