diff options
author | Andi Gutmans <andi@php.net> | 1999-04-25 19:35:44 +0000 |
---|---|---|
committer | Andi Gutmans <andi@php.net> | 1999-04-25 19:35:44 +0000 |
commit | 4ebb4060f918cc15d2e7be7f37ae71ada92e9646 (patch) | |
tree | 97a17cf0b7a6f1b0554ef65a6e8ea9f34c355c07 /main/php.h | |
parent | 1db171deb8d99dcf9cb453886816338374b32653 (diff) | |
download | php-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.h | 2 |
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) |