diff options
| author | Rob Richards <rrichards@php.net> | 2005-03-17 12:37:18 +0000 |
|---|---|---|
| committer | Rob Richards <rrichards@php.net> | 2005-03-17 12:37:18 +0000 |
| commit | 04d44c8a5c2790f01069ee2807ec0def0afd0cf8 (patch) | |
| tree | cd165c631983c8f33a66ee12d82d8eb30bc1dd00 | |
| parent | e8895d86b3ecca81500792cd7477fdb5a74a608f (diff) | |
| download | php-git-04d44c8a5c2790f01069ee2807ec0def0afd0cf8.tar.gz | |
export php_dl to fix windows cli build
| -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 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 */ |
