mirror of
https://github.com/php/php-src.git
synced 2026-04-28 02:33:17 +02:00
#if WIN.* => #ifdef PHP_WIN32
#if !(WIN.* => #ifndef PHP_WIN32
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user