Browse Source

Simplify

PHP-5.1
Edin Kadribasic 22 years ago
parent
commit
6ff3368e1b
  1. 2
      ext/pdo/php_pdo.h

2
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)

Loading…
Cancel
Save