diff options
author | Marcus Boerger <helly@php.net> | 2008-12-31 18:55:22 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2008-12-31 18:55:22 +0000 |
commit | d02bb82d72bd4fd20f083d5140f7078eea3ade6c (patch) | |
tree | 7fa54a662eb0fa34e44ec9ece2aa703ce92f2dbf /ext/standard/dl.h | |
parent | 89743669d2b9284812a293be65eda3eeb27ff268 (diff) | |
download | php-git-d02bb82d72bd4fd20f083d5140f7078eea3ade6c.tar.gz |
- Fix windows build (missing MFH snippet)
Diffstat (limited to 'ext/standard/dl.h')
-rw-r--r-- | ext/standard/dl.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); |