summaryrefslogtreecommitdiff
path: root/main/php.h
diff options
context:
space:
mode:
authorAndi Gutmans <andi@php.net>1999-04-25 19:35:44 +0000
committerAndi Gutmans <andi@php.net>1999-04-25 19:35:44 +0000
commit4ebb4060f918cc15d2e7be7f37ae71ada92e9646 (patch)
tree97a17cf0b7a6f1b0554ef65a6e8ea9f34c355c07 /main/php.h
parent1db171deb8d99dcf9cb453886816338374b32653 (diff)
downloadphp-git-4ebb4060f918cc15d2e7be7f37ae71ada92e9646.tar.gz
* Fix a couple of thread safety issues
* Add initial ISAPI support. Very very experimental. * In the thread safe version, generate php4 as a library so that we can link it with both php.exe and the ISAPI dll. We should probably consider doing that under all circumstances, under UNIX as well. The thread-unsafe version *should* be unharmed.
Diffstat (limited to 'main/php.h')
-rw-r--r--main/php.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/php.h b/main/php.h
index 1d66a43a85..d66976e58b 100644
--- a/main/php.h
+++ b/main/php.h
@@ -66,7 +66,7 @@ extern unsigned char second_arg_allow_ref[];
*/
-#if MSVC5
+#if WIN32
#include "config.w32.h"
#include "win95nt.h"
# if defined(COMPILE_DL)