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/php_streams.h | |
parent | c000d491d75a9810984b021ca29b38ade593a6b8 (diff) | |
download | php-git-643fb6dcdf31c77647100b17b6df0cbfa5686837.tar.gz |
Adding PHPAPI needed for exif on Win32
Diffstat (limited to 'main/php_streams.h')
-rwxr-xr-x | main/php_streams.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/php_streams.h b/main/php_streams.h index d562d6e953..aaf7f01e17 100755 --- a/main/php_streams.h +++ b/main/php_streams.h @@ -276,7 +276,7 @@ PHPAPI size_t _php_stream_passthru(php_stream * src STREAMS_DC TSRMLS_DC); #define php_stream_error(stream) (0) /* operations for a stdio FILE; use the php_stream_fopen_XXX funcs below */ -extern php_stream_ops php_stream_stdio_ops; +PHPAPI extern php_stream_ops php_stream_stdio_ops; /* like fopen, but returns a stream */ PHPAPI php_stream *_php_stream_fopen(const char *filename, const char *mode, char **opened_path STREAMS_DC TSRMLS_DC); #define php_stream_fopen(filename, mode, opened) _php_stream_fopen((filename), (mode), (opened) STREAMS_CC TSRMLS_CC) |