From e961ab659104e48e180f60a53473ead5400c709c Mon Sep 17 00:00:00 2001 From: cottonvibes Date: Sat, 27 Sep 2008 04:38:10 +0000 Subject: [PATCH] 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 --- pcsx2/PS2Etypes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcsx2/PS2Etypes.h b/pcsx2/PS2Etypes.h index ea28c96fc7..e696b08e59 100644 --- a/pcsx2/PS2Etypes.h +++ b/pcsx2/PS2Etypes.h @@ -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__)