Fix latest Linux compile breakage.

git-svn-id: http://pcsx2-playground.googlecode.com/svn/trunk@350 a6443dda-0b58-4228-96e9-037be469359c
This commit is contained in:
arcum42 2008-11-20 09:32:39 +00:00 committed by Gregory Hainaut
parent 07a6979176
commit f86f2cfb5e
1 changed files with 1 additions and 0 deletions

View File

@ -90,6 +90,7 @@ typedef union _LARGE_INTEGER
} LARGE_INTEGER;
#define _inline __inline__ __attribute__((unused))
#define __fastcall __attribute__((fastcall))
#define LONG long
#endif
#if defined(__MINGW32__)