summaryrefslogtreecommitdiff
path: root/ext/pgsql/php_pgsql.h
diff options
context:
space:
mode:
authorFrank M. Kromann <fmk@php.net>2000-06-06 07:26:04 +0000
committerFrank M. Kromann <fmk@php.net>2000-06-06 07:26:04 +0000
commiteedf4e973fad1940e4390be22248c467f0f1c080 (patch)
tree98bddbcb3a402fa8af7fecf23e51d5af715448ac /ext/pgsql/php_pgsql.h
parent663d46ea23bbfa502d0caacf2c4f7980354472b0 (diff)
downloadphp-git-eedf4e973fad1940e4390be22248c467f0f1c080.tar.gz
Adding correct compiler directives for Win32 compilation
Diffstat (limited to 'ext/pgsql/php_pgsql.h')
-rw-r--r--ext/pgsql/php_pgsql.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pgsql/php_pgsql.h b/ext/pgsql/php_pgsql.h
index e637532e93..d1b5a78af7 100644
--- a/ext/pgsql/php_pgsql.h
+++ b/ext/pgsql/php_pgsql.h
@@ -22,7 +22,7 @@
#ifndef _PHP_PGSQL_H
#define _PHP_PGSQL_H
-#if COMPILE_DL
+#if COMPILE_DL || COMPILE_DL_PGSQL
#undef HAVE_PGSQL
#define HAVE_PGSQL 1
#endif