12345678910111213141516171819202122232425262728 |
- #include <windows.h>
- #ifdef __cplusplus
- extern "C" {
- #endif
- void fill_win32_filefunc OF((zlib_filefunc_def* pzlib_filefunc_def));
- void fill_win32_filefunc64 OF((zlib_filefunc64_def* pzlib_filefunc_def));
- void fill_win32_filefunc64A OF((zlib_filefunc64_def* pzlib_filefunc_def));
- void fill_win32_filefunc64W OF((zlib_filefunc64_def* pzlib_filefunc_def));
- #ifdef __cplusplus
- }
- #endif
|