From: Rob Richards Date: Thu, 17 Mar 2005 12:37:18 +0000 (+0000) Subject: export php_dl to fix windows cli build X-Git-Tag: php-5.0.1b1~776 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=04d44c8a5c2790f01069ee2807ec0def0afd0cf8;p=php export php_dl to fix windows cli build --- diff --git a/ext/standard/dl.h b/ext/standard/dl.h index 7311da7874..1f5c9b5ecf 100644 --- a/ext/standard/dl.h +++ b/ext/standard/dl.h @@ -23,7 +23,7 @@ #ifndef DL_H #define DL_H -void php_dl(pval *file,int type,pval *return_value TSRMLS_DC); +PHPAPI void php_dl(pval *file,int type,pval *return_value TSRMLS_DC); /* dynamic loading functions */