summaryrefslogtreecommitdiff
path: root/main/php_streams.h
diff options
context:
space:
mode:
Diffstat (limited to 'main/php_streams.h')
-rwxr-xr-xmain/php_streams.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/php_streams.h b/main/php_streams.h
index 6c46ea6de1..15d2a3bb4f 100755
--- a/main/php_streams.h
+++ b/main/php_streams.h
@@ -467,7 +467,7 @@ PHPAPI int _php_stream_cast(php_stream *stream, int castas, void **ret, int show
#define STREAM_LOCATE_WRAPPERS_ONLY 64
#ifdef PHP_WIN32
-# define IGNORE_URL_WIN IGNORE_URL
+# define IGNORE_URL_WIN STREAM_MUST_SEEK
#else
# define IGNORE_URL_WIN 0
#endif