summaryrefslogtreecommitdiff
path: root/ext/mysql/php_mysql.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/mysql/php_mysql.h
parentf6eb750183af57f14a1ac0e9d44e3160389be0d2 (diff)
downloadphp-git-0036b8bba00a1e7cdbe3994b1bb5f3cf3f3176ad.tar.gz
#if WIN.* => #ifdef PHP_WIN32
#if !(WIN.* => #ifndef PHP_WIN32
Diffstat (limited to 'ext/mysql/php_mysql.h')
-rw-r--r--ext/mysql/php_mysql.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mysql/php_mysql.h b/ext/mysql/php_mysql.h
index 9b356e0e32..aff9a145ae 100644
--- a/ext/mysql/php_mysql.h
+++ b/ext/mysql/php_mysql.h
@@ -27,7 +27,7 @@
# define HAVE_MYSQL 1
#endif
-#if WIN32||WINNT
+#ifdef PHP_WIN32
#define PHP_MYSQL_API __declspec(dllexport)
#else
#define PHP_MYSQL_API