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:
cottonvibes 2008-09-27 04:38:10 +00:00 committed by Gregory Hainaut
parent e6162687c1
commit e961ab6591
1 changed files with 1 additions and 1 deletions

View File

@ -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__)