cleanup mod version macros, round 3

This commit is contained in:
Anatol Belski 2015-03-23 20:54:55 +01:00
parent 2d78023244
commit 19360f386e
26 changed files with 52 additions and 35 deletions

View file

@ -24,6 +24,9 @@
extern zend_module_entry pdo_mysql_module_entry;
#define phpext_pdo_mysql_ptr &pdo_mysql_module_entry
#include "php_version.h"
#define PHP_PDO_MYSQL_VERSION PHP_VERSION
#ifdef PHP_WIN32
#define PHP_PDO_MYSQL_API __declspec(dllexport)
#else