mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
cleanup mod version macros, round 3
This commit is contained in:
parent
2d78023244
commit
19360f386e
26 changed files with 52 additions and 35 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue