From 00163834e1e383905e313be9832da39752836cfb Mon Sep 17 00:00:00 2001 From: spacy51 Date: Mon, 20 Oct 2008 16:34:33 +0000 Subject: [PATCH] FIXED building with GCC/MinGW git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@773 a31d4220-a93d-0410-bf67-fe4944624d44 --- src/Patch.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/Patch.cpp b/src/Patch.cpp index 9d48e460..5e8d1c36 100644 --- a/src/Patch.cpp +++ b/src/Patch.cpp @@ -30,6 +30,10 @@ // #include "RTC.h" // #include "Port.h" +#ifdef __GNUC__ +typedef off64_t __off64_t; +#endif + #ifndef _MSC_VER #define _stricmp strcasecmp #endif // ! _MSC_VER