mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
zlib: define _Z_OF
This commit is contained in:
parent
75c649d807
commit
af7569da8c
1 changed files with 10 additions and 0 deletions
10
deps/zlib/ioapi.h
vendored
10
deps/zlib/ioapi.h
vendored
|
@ -61,6 +61,16 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
#ifdef _Z_OF
|
||||
#undef OF
|
||||
#define OF _Z_OF
|
||||
#else
|
||||
#ifndef OF
|
||||
#define _Z_OF(args) args
|
||||
#define OF _Z_OF
|
||||
#endif
|
||||
#endif
|
||||
|
||||
/*
|
||||
#ifndef ZPOS64_T
|
||||
#ifdef _WIN32
|
||||
|
|
Loading…
Add table
Reference in a new issue