diff --git a/mythplugins/mythgame/mythgame/external/ioapi.h b/mythplugins/mythgame/mythgame/external/ioapi.h index 1dba776c7d6..5a5938509b8 100644 --- a/mythplugins/mythgame/mythgame/external/ioapi.h +++ b/mythplugins/mythgame/mythgame/external/ioapi.h @@ -9,6 +9,9 @@ #ifndef _ZLIBIOAPI_H #define _ZLIBIOAPI_H +#ifndef OF +#define OF(x) x +#endif #define ZLIB_FILEFUNC_SEEK_CUR (1) #define ZLIB_FILEFUNC_SEEK_END (2)