]> granicus.if.org Git - php/commitdiff
Simplify
authorEdin Kadribasic <edink@php.net>
Sun, 13 Feb 2005 23:40:30 +0000 (23:40 +0000)
committerEdin Kadribasic <edink@php.net>
Sun, 13 Feb 2005 23:40:30 +0000 (23:40 +0000)
ext/pdo/php_pdo.h

index 832c05fb62595fce31228b951c008f3c89873e5b..c9fbb5606c77fd6a32149990789d002f31bc90d4 100755 (executable)
@@ -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)