From f86f2cfb5efa27b791001f8adc326f934c1fc570 Mon Sep 17 00:00:00 2001 From: arcum42 Date: Thu, 20 Nov 2008 09:32:39 +0000 Subject: [PATCH] Fix latest Linux compile breakage. git-svn-id: http://pcsx2-playground.googlecode.com/svn/trunk@350 a6443dda-0b58-4228-96e9-037be469359c --- pcsx2/PS2Etypes.h | 1 + 1 file changed, 1 insertion(+) diff --git a/pcsx2/PS2Etypes.h b/pcsx2/PS2Etypes.h index dd32ae150b..ecde55b784 100644 --- a/pcsx2/PS2Etypes.h +++ b/pcsx2/PS2Etypes.h @@ -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__)