diff options
author | Andi Gutmans <andi@php.net> | 1999-09-05 19:36:04 +0000 |
---|---|---|
committer | Andi Gutmans <andi@php.net> | 1999-09-05 19:36:04 +0000 |
commit | 52cb8bb275cffe4b981cab6fc525e80ee062b2ae (patch) | |
tree | a0f3c434af2dd224d54b6249f07bfd7d4ad3051d | |
parent | 14d9a59f1cbc9c8f9cf9e4d955549dc8c1fc7334 (diff) | |
download | php-git-52cb8bb275cffe4b981cab6fc525e80ee062b2ae.tar.gz |
- Make Win32 compile once again.
-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
|