export the module guy in the external dll version of the build

This commit is contained in:
Wez Furlong 2007-03-23 14:30:00 +00:00
parent 6458e42496
commit cbb0db124b

View file

@ -70,7 +70,7 @@ zend_module_entry pdo_sqlite_module_entry = {
};
/* }}} */
#ifdef COMPILE_DL_PDO_SQLITE
#if defined(COMPILE_DL_PDO_SQLITE) || defined(COMPILE_DL_PDO_SQLITE_EXTERNAL)
ZEND_GET_MODULE(pdo_sqlite)
#endif