mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-22 02:38:11 +00:00
zlib: define _Z_OF
This commit is contained in:
parent
75c649d807
commit
af7569da8c
10
deps/zlib/ioapi.h
vendored
10
deps/zlib/ioapi.h
vendored
@ -61,6 +61,16 @@
|
|||||||
#endif
|
#endif
|
||||||
#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
|
#ifndef ZPOS64_T
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
|
Loading…
Reference in New Issue
Block a user