diff options
Diffstat (limited to 'ext/pgsql/php_pgsql.h')
-rw-r--r-- | ext/pgsql/php_pgsql.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pgsql/php_pgsql.h b/ext/pgsql/php_pgsql.h index 37dff8235b..0486801fe5 100644 --- a/ext/pgsql/php_pgsql.h +++ b/ext/pgsql/php_pgsql.h @@ -52,7 +52,7 @@ extern zend_module_entry pgsql_module_entry; #include <libpq/libpq-fs.h> #endif -#if WIN32||WINNT +#ifdef PHP_WIN32 #define PHP_PGSQL_API __declspec(dllexport) #else #define PHP_PGSQL_API |