From d02bb82d72bd4fd20f083d5140f7078eea3ade6c Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Wed, 31 Dec 2008 18:55:22 +0000 Subject: [PATCH] - Fix windows build (missing MFH snippet) --- ext/standard/dl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/standard/dl.h b/ext/standard/dl.h index ea472eb236..467f618c40 100644 --- a/ext/standard/dl.h +++ b/ext/standard/dl.h @@ -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); -- 2.50.1