1
0
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:
Sascha Schumann
2000-02-12 14:38:31 +00:00
parent f6eb750183
commit 0036b8bba0
10 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -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