summaryrefslogtreecommitdiff
path: root/ext/pdo/php_pdo.h
diff options
context:
space:
mode:
authorEdin Kadribasic <edink@php.net>2005-02-13 23:40:30 +0000
committerEdin Kadribasic <edink@php.net>2005-02-13 23:40:30 +0000
commit6ff3368e1b203383f7cc4ac4eb6e6763262e7801 (patch)
tree00a222bbb2d9dad79dfa70748675e377f2dc83cc /ext/pdo/php_pdo.h
parent14819d0f1445dff2dede8abc189112ace600504f (diff)
downloadphp-git-6ff3368e1b203383f7cc4ac4eb6e6763262e7801.tar.gz
Simplify
Diffstat (limited to 'ext/pdo/php_pdo.h')
-rwxr-xr-xext/pdo/php_pdo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pdo/php_pdo.h b/ext/pdo/php_pdo.h
index 832c05fb62..c9fbb5606c 100755
--- a/ext/pdo/php_pdo.h
+++ b/ext/pdo/php_pdo.h
@@ -27,7 +27,7 @@ extern zend_module_entry pdo_module_entry;
#define phpext_pdo_ptr &pdo_module_entry
#ifdef PHP_WIN32
-# if defined(PDO_EXPORTS) || (defined(PHP_EXPORTS) && !defined(COMPILE_DL_PDO))
+# if defined(PDO_EXPORTS) || (!defined(COMPILE_DL_PDO))
# define PDO_API __declspec(dllexport)
# elif defined(COMPILE_DL_PDO)
# define PDO_API __declspec(dllimport)