summaryrefslogtreecommitdiff
path: root/ext/pgsql/php_pgsql.h
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2000-02-12 14:38:31 +0000
committerSascha Schumann <sas@php.net>2000-02-12 14:38:31 +0000
commit0036b8bba00a1e7cdbe3994b1bb5f3cf3f3176ad (patch)
treee5ce26e63c035f91119b1796c6a07a795117276d /ext/pgsql/php_pgsql.h
parentf6eb750183af57f14a1ac0e9d44e3160389be0d2 (diff)
downloadphp-git-0036b8bba00a1e7cdbe3994b1bb5f3cf3f3176ad.tar.gz
#if WIN.* => #ifdef PHP_WIN32
#if !(WIN.* => #ifndef PHP_WIN32
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 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