- Fixed type which prevented this extension from being loaded as shared

extension.
This commit is contained in:
Derick Rethans 2004-05-08 17:34:07 +00:00
parent c7b2568269
commit f7afbb9370

View File

@ -216,7 +216,7 @@ zend_module_entry fileinfo_module_entry = {
};
/* }}} */
#ifdef COMPILE_DL_FILENINFO
#ifdef COMPILE_DL_FILEINFO
ZEND_GET_MODULE(fileinfo)
#endif