io_mfc_mem.h 180 B

12345678910
  1. #ifdef __cplusplus
  2. extern "C" {
  3. #endif
  4. #include "../ZLibWrapLib/ZLib/ioapi.h"
  5. void fill_mfc_mem_filefunc OF((zlib_filefunc_def* pzlib_filefunc_def));
  6. #ifdef __cplusplus
  7. }
  8. #endif