mirror of https://github.com/PCSX2/pcsx2.git
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:
parent
07a6979176
commit
f86f2cfb5e
|
@ -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__)
|
||||
|
|
Loading…
Reference in New Issue