]> granicus.if.org Git - php/commitdiff
export php_dl to fix windows cli build
authorRob Richards <rrichards@php.net>
Thu, 17 Mar 2005 12:37:18 +0000 (12:37 +0000)
committerRob Richards <rrichards@php.net>
Thu, 17 Mar 2005 12:37:18 +0000 (12:37 +0000)
ext/standard/dl.h

index 7311da787443de165b969fdd5d5ab3dcaca38ef0..1f5c9b5ecffbacf9d609b1f40609c3858e049f64 100644 (file)
@@ -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 */