From: Scott MacVicar Date: Wed, 28 Jan 2009 23:58:09 +0000 (+0000) Subject: Fix build on Windows X-Git-Tag: RELEASE_1_3_5~210 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3a25c34a01dabf3ccaebbfc1773f81e2c8dd39c8;p=php Fix build on Windows --- diff --git a/ext/sqlite3/sqlite3.c b/ext/sqlite3/sqlite3.c index 3a57cad6a5..c77c191dd0 100644 --- a/ext/sqlite3/sqlite3.c +++ b/ext/sqlite3/sqlite3.c @@ -1011,7 +1011,7 @@ static int php_sqlite3_stream_stat(php_stream *stream, php_stream_statbuf *ssb T return -1; } -PHPAPI php_stream_ops php_stream_sqlite3_ops = { +static php_stream_ops php_stream_sqlite3_ops = { php_sqlite3_stream_write, php_sqlite3_stream_read, php_sqlite3_stream_close,