00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014 #include <windows.h>
00015
00016
00017 #ifdef __cplusplus
00018 extern "C" {
00019 #endif
00020
00021 void fill_win32_filefunc OF((zlib_filefunc_def* pzlib_filefunc_def));
00022 void fill_win32_filefunc64 OF((zlib_filefunc64_def* pzlib_filefunc_def));
00023 void fill_win32_filefunc64A OF((zlib_filefunc64_def* pzlib_filefunc_def));
00024 void fill_win32_filefunc64W OF((zlib_filefunc64_def* pzlib_filefunc_def));
00025
00026 #ifdef __cplusplus
00027 }
00028 #endif