From a9d4cf90237f9ac0d859f2c8f5203cfa4b7c807e Mon Sep 17 00:00:00 2001 From: Andi Gutmans Date: Sat, 10 Jun 2000 08:48:01 +0000 Subject: - Nuke COMPILE_DL. Modules that need to be compiled as dll's in Windows - need to define both COMPILE_DL_MODULE and HAVE_MODULE=1 --- ext/db/php_db.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/db/php_db.h') diff --git a/ext/db/php_db.h b/ext/db/php_db.h index 61b45471ec..d65a94e04d 100644 --- a/ext/db/php_db.h +++ b/ext/db/php_db.h @@ -57,7 +57,7 @@ typedef struct dbm_info { because the dbm module will be external, and we do not want flatfile compiled staticly */ -#if defined(MSVC5) && !defined(COMPILE_DL) +#if defined(PHP_WIN32) && !defined(COMPILE_DL_DB) #undef phpext_db_ptr #define phpext_db_ptr NULL #endif -- cgit v1.2.1