summaryrefslogtreecommitdiff
path: root/ext/db/php_db.h
diff options
context:
space:
mode:
authorAndi Gutmans <andi@php.net>2000-06-10 08:48:01 +0000
committerAndi Gutmans <andi@php.net>2000-06-10 08:48:01 +0000
commita9d4cf90237f9ac0d859f2c8f5203cfa4b7c807e (patch)
tree3c91787ff07705c7f8297cfecc1d09f80b83ce02 /ext/db/php_db.h
parent0eeee6b7c83319775c96734f940b05a397fb7914 (diff)
downloadphp-git-a9d4cf90237f9ac0d859f2c8f5203cfa4b7c807e.tar.gz
- 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
Diffstat (limited to 'ext/db/php_db.h')
-rw-r--r--ext/db/php_db.h2
1 files changed, 1 insertions, 1 deletions
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