diff options
-rw-r--r-- | main/internal_functions_win32.c | 2 | ||||
-rw-r--r-- | php4dllts.dsp | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/main/internal_functions_win32.c b/main/internal_functions_win32.c index 23af73d303..92b2c215ae 100644 --- a/main/internal_functions_win32.c +++ b/main/internal_functions_win32.c @@ -48,7 +48,7 @@ #include "ext/COM/php3_COM.h" #include "ext/standard/reg.h" #include "ext/pcre/php_pcre.h" -#include "ext/odbc/php3_odbc.h" +#include "ext/odbc/php_odbc.h" #include "ext/session/php_session.h" /* SNMP has to be moved to ext */ diff --git a/php4dllts.dsp b/php4dllts.dsp index c53cad3249..8f158429a2 100644 --- a/php4dllts.dsp +++ b/php4dllts.dsp @@ -363,10 +363,6 @@ SOURCE=.\ext\bcmath\number.c # End Source File
# Begin Source File
-SOURCE=.\ext\odbc\odbc.c
-# End Source File
-# Begin Source File
-
SOURCE=.\ext\standard\pack.c
# End Source File
# Begin Source File
@@ -379,6 +375,10 @@ SOURCE=.\ext\standard\parsedate.c # End Source File
# Begin Source File
+SOURCE=.\ext\odbc\php_odbc.c
+# End Source File
+# Begin Source File
+
SOURCE=.\ext\pcre\php_pcre.c
# End Source File
# Begin Source File
|