mirror of
https://github.com/php/php-src.git
synced 2026-04-28 10:43:30 +02:00
export php_dl to fix windows cli build
This commit is contained in:
+1
-1
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user