]> granicus.if.org Git - php/commitdiff
- Fix windows build (missing MFH snippet)
authorMarcus Boerger <helly@php.net>
Wed, 31 Dec 2008 18:55:22 +0000 (18:55 +0000)
committerMarcus Boerger <helly@php.net>
Wed, 31 Dec 2008 18:55:22 +0000 (18:55 +0000)
ext/standard/dl.h

index ea472eb23653875a86e045505c762971f82eeb14..467f618c40c84d784e682374e78aa457829589d4 100644 (file)
@@ -27,7 +27,7 @@ PHPAPI int php_load_extension(char *filename, int type, int start_now TSRMLS_DC)
 PHPAPI void php_dl(char *file, int type, zval *return_value, int start_now TSRMLS_DC);
 
 /* dynamic loading functions */
-PHP_FUNCTION(dl);
+PHPAPI PHP_FUNCTION(dl);
 
 PHP_MINFO_FUNCTION(dl);