From 4ebb4060f918cc15d2e7be7f37ae71ada92e9646 Mon Sep 17 00:00:00 2001 From: Andi Gutmans Date: Sun, 25 Apr 1999 19:35:44 +0000 Subject: * 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. --- main/php.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main/php.h') 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) -- cgit v1.2.1