]> granicus.if.org Git - php/commitdiff
Get Win32 to compile again
authorZeev Suraski <zeev@php.net>
Tue, 4 May 1999 20:27:30 +0000 (20:27 +0000)
committerZeev Suraski <zeev@php.net>
Tue, 4 May 1999 20:27:30 +0000 (20:27 +0000)
main/internal_functions_win32.c
php4dll.dsp
php4dllts.dsp

index 11f06628df31b6f4fab97074a3afc55db1046958..4696b8a4fbb8e8b095c8318270e83904d9292f3f 100644 (file)
@@ -44,6 +44,7 @@
 #include "ext/db/php3_db.h"
 #include "ext/gd/php3_gd.h"
 #include "ext/standard/php3_standard.h"
+#include "ext/COM/php3_COM.h"
 
 /* SNMP has to be moved to ext */
 /* #include "dl/snmp/php3_snmp.h" */
@@ -55,9 +56,8 @@ unsigned char second_arg_allow_ref[] = { 2, BYREF_NONE, BYREF_ALLOW };
 
 zend_module_entry *php3_builtin_modules[] = {
        phpext_bcmath_ptr,
-       phpext_db_ptr,
-       phpext_gd_ptr,
        phpext_standard_ptr,
+       COM_module_ptr
 };
 
        
index 2671690df21d27456213fc531215fe100f996480..271112df5c7a8a163807a8a8d8863d17f08d2e16 100644 (file)
@@ -115,7 +115,7 @@ SOURCE=.\getopt.c
 # End Source File\r
 # Begin Source File\r
 \r
-SOURCE=.\internal_functions.c\r
+SOURCE=.\internal_functions_win32.c\r
 # End Source File\r
 # Begin Source File\r
 \r
index 4a946e0de59024c8418eae646d0c5d8637da7249..e4a7558381f849e283f4ccc848c3ba1d956f6a27 100644 (file)
@@ -115,7 +115,7 @@ SOURCE=.\getopt.c
 # End Source File\r
 # Begin Source File\r
 \r
-SOURCE=.\internal_functions.c\r
+SOURCE=.\internal_functions_win32.c\r
 # End Source File\r
 # Begin Source File\r
 \r