From 6ff3368e1b203383f7cc4ac4eb6e6763262e7801 Mon Sep 17 00:00:00 2001 From: Edin Kadribasic Date: Sun, 13 Feb 2005 23:40:30 +0000 Subject: [PATCH] Simplify --- ext/pdo/php_pdo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/pdo/php_pdo.h b/ext/pdo/php_pdo.h index 832c05fb625..c9fbb5606c7 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)