Skip to content

Commit

Permalink
export the module guy in the external dll version of the build
Browse files Browse the repository at this point in the history
  • Loading branch information
wez committed Mar 23, 2007
1 parent 6458e42 commit cbb0db1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/pdo_sqlite/pdo_sqlite.c
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit cbb0db1

Please sign in to comment.