diff options
author | Frank M. Kromann <fmk@php.net> | 2002-04-15 22:22:53 +0000 |
---|---|---|
committer | Frank M. Kromann <fmk@php.net> | 2002-04-15 22:22:53 +0000 |
commit | 643fb6dcdf31c77647100b17b6df0cbfa5686837 (patch) | |
tree | d40942c2bec1bb4182875dc267ee6c8e249cd655 /main/streams.c | |
parent | c000d491d75a9810984b021ca29b38ade593a6b8 (diff) | |
download | php-git-643fb6dcdf31c77647100b17b6df0cbfa5686837.tar.gz |
Adding PHPAPI needed for exif on Win32
Diffstat (limited to 'main/streams.c')
-rwxr-xr-x | main/streams.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/streams.c b/main/streams.c index 3d4c18988d..84809d2b57 100755 --- a/main/streams.c +++ b/main/streams.c @@ -737,7 +737,7 @@ static int php_stdiop_stat(php_stream *stream, php_stream_statbuf *ssb TSRMLS_DC return fstat(fd, &ssb->sb); } -php_stream_ops php_stream_stdio_ops = { +PHPAPI php_stream_ops php_stream_stdio_ops = { php_stdiop_write, php_stdiop_read, php_stdiop_close, php_stdiop_flush, "STDIO", |