Skip to content

Commit

Permalink
MythGame: fix compilation on Gentoo after [cf5b1e8]
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Harrison committed Jun 6, 2013
1 parent fdbce42 commit f0f15b3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mythplugins/mythgame/mythgame/external/ioapi.h
Expand Up @@ -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)
Expand Down

0 comments on commit f0f15b3

Please sign in to comment.