We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2663b32 commit 89b899dCopy full SHA for 89b899d
doc/fbhelp/fbhelp_file.bas
@@ -36,12 +36,12 @@
36
#include "zlib.bi"
37
38
type HFILE as gzfile
39
+ dim shared hf_is_uncompressed as integer = FALSE
40
41
#define hf_open( _filename, _mode ) gzopen( _filename, _mode )
42
43
#if defined( __FB_WIN32__ )
44
'' on windows, gzseek() is bugged on uncompressed streams and only succeed after a gzrewind()
- dim shared hf_is_uncompressed as integer = FALSE
45
private sub hf_rewind( byval h as HFILE )
46
if( hf_is_uncompressed <> 0 ) then
47
gzrewind( h )
0 commit comments