From 8e8135370e3e0960b900909d594984ef210e7981 Mon Sep 17 00:00:00 2001 From: Phillip Stephens Date: Fri, 16 Oct 2015 01:17:22 -0700 Subject: [PATCH] Fix largefilewrapper for GC/Wii --- src/osx_largefilewrapper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osx_largefilewrapper.c b/src/osx_largefilewrapper.c index 8b9d6be..5049bf0 100644 --- a/src/osx_largefilewrapper.c +++ b/src/osx_largefilewrapper.c @@ -1,4 +1,4 @@ -#ifdef __APPLE__ +#if defined(__APPLE__) || defined(GEKKO) #include "osx_largefilewrapper.h" #include