Fix gc/wii build

This commit is contained in:
2015-10-16 01:07:54 -07:00
parent 340588db62
commit 1c0c44938e
9 changed files with 523 additions and 256 deletions

View File

@@ -1,7 +1,7 @@
#ifndef OSX_LARGEFILEWRAPPER_H
#define OSX_LARGEFILEWRAPPER_H
#if defined(__APPLE__)
#if defined(__APPLE__) || defined(GEKKO)
#include <stdio.h>
#ifdef __cplusplus
extern "C" {