summaryrefslogtreecommitdiff
path: root/ext/db/php_db.h
diff options
context:
space:
mode:
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