1
0
mirror of https://github.com/php/php-src.git synced 2026-04-24 16:38:25 +02:00

fix pdo_mssql.dll build

This commit is contained in:
Wez Furlong
2005-02-13 23:13:14 +00:00
parent a57b6bad69
commit 06cf185298
+1 -1
View File
@@ -55,7 +55,7 @@ zend_module_entry pdo_dblib_module_entry = {
STANDARD_MODULE_PROPERTIES
};
#ifdef COMPILE_DL_PDO_DBLIB
#if defined(COMPILE_DL_PDO_DBLIB) || defined(COMPILE_DL_PDO_MSSQL)
ZEND_GET_MODULE(pdo_dblib)
#endif