mirror of https://github.com/PCSX2/pcsx2.git
minor fix for linux.
btw, we have a new member on the team, drkIIRaziel :D he's one of the author's of nullDC (a dreamcast emu) so this is good news :p git-svn-id: http://pcsx2-playground.googlecode.com/svn/trunk@152 a6443dda-0b58-4228-96e9-037be469359c
This commit is contained in:
parent
e6162687c1
commit
e961ab6591
|
@ -20,7 +20,6 @@
|
|||
|
||||
#if defined (__linux__) && !defined(__LINUX__) // some distributions are lower case
|
||||
#define __LINUX__
|
||||
#define _inline __inline__
|
||||
#endif
|
||||
|
||||
#ifdef __CYGWIN__
|
||||
|
@ -69,6 +68,7 @@ typedef union _LARGE_INTEGER
|
|||
{
|
||||
long long QuadPart;
|
||||
} LARGE_INTEGER;
|
||||
#define _inline __inline__
|
||||
#endif
|
||||
|
||||
#if defined(__MINGW32__)
|
||||
|
|
Loading…
Reference in New Issue