From 04d44c8a5c2790f01069ee2807ec0def0afd0cf8 Mon Sep 17 00:00:00 2001 From: Rob Richards Date: Thu, 17 Mar 2005 12:37:18 +0000 Subject: [PATCH] export php_dl to fix windows cli build --- 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 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 */ -- 2.50.1