summaryrefslogtreecommitdiff
path: root/ext/standard/php_fopen_wrapper.c
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2014-11-18 15:38:35 +0100
committerAnatol Belski <ab@php.net>2014-11-18 15:38:35 +0100
commit5400f92c751a78452a4cf74b7b25e30b2508bf56 (patch)
tree4bf4069174bcdd864baaeeb54c9e84ea14690317 /ext/standard/php_fopen_wrapper.c
parent376a366f0cce0c2bea36e5e06d8710675957c626 (diff)
downloadphp-git-5400f92c751a78452a4cf74b7b25e30b2508bf56.tar.gz
proper dllexport
Diffstat (limited to 'ext/standard/php_fopen_wrapper.c')
-rw-r--r--ext/standard/php_fopen_wrapper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/php_fopen_wrapper.c b/ext/standard/php_fopen_wrapper.c
index 1989a2eabc..8026b08d45 100644
--- a/ext/standard/php_fopen_wrapper.c
+++ b/ext/standard/php_fopen_wrapper.c
@@ -418,7 +418,7 @@ static php_stream_wrapper_ops php_stdio_wops = {
NULL /* rmdir */
};
-php_stream_wrapper php_stream_php_wrapper = {
+PHPAPI php_stream_wrapper php_stream_php_wrapper = {
&php_stdio_wops,
NULL,
0, /* is_url */