Browse Source

Update zgl_lib_zip.pas

Seenkao 2 years ago
parent
commit
57bc769b6a
1 changed files with 2 additions and 1 deletions
  1. 2 1
      Zengl_SRC/src/zgl_lib_zip.pas

+ 2 - 1
Zengl_SRC/src/zgl_lib_zip.pas

@@ -251,12 +251,13 @@ function udimodsi4(num, den: LongWord; modwanted: Integer): LongWord; cdecl;
 function __umodsi3(a, b: clong): clong; cdecl;
 function __umodsi3(a, b: clong): clong; cdecl;
 {/$EndIf}
 {/$EndIf}
 
 
+(* определится, для чего это было сделано!
 function inflateInit_(var strm: z_stream_s; version: pchar; stream_size: cint): cint; cdecl; external
 function inflateInit_(var strm: z_stream_s; version: pchar; stream_size: cint): cint; cdecl; external
   {$ifdef DYNAMICZLIB}libz name 'inflateInit_'{$endif};
   {$ifdef DYNAMICZLIB}libz name 'inflateInit_'{$endif};
 function inflateEnd(var strm: z_stream_s): cint; cdecl; external
 function inflateEnd(var strm: z_stream_s): cint; cdecl; external
   {$ifdef DYNAMICZLIB}libz name 'inflateEnd'{$endif};
   {$ifdef DYNAMICZLIB}libz name 'inflateEnd'{$endif};
 function inflate(var strm: z_stream_s; flush: cint): cint; cdecl; external
 function inflate(var strm: z_stream_s; flush: cint): cint; cdecl; external
-  {$ifdef DYNAMICZLIB}libz name 'inflate'{$endif};
+  {$ifdef DYNAMICZLIB}libz name 'inflate'{$endif}; *)
 
 
 {$IFDEF USE_ZIP}
 {$IFDEF USE_ZIP}
 threadvar
 threadvar