From 2736b6de1883008a9274312abfbfceefbc8e459a Mon Sep 17 00:00:00 2001 From: "SND\\edgbla_cp" Date: Wed, 9 Oct 2013 23:02:53 +0000 Subject: . git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87392 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- libpcsxcore/r3000a.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libpcsxcore') diff --git a/libpcsxcore/r3000a.h b/libpcsxcore/r3000a.h index ee70ad80..cbd0e20f 100755 --- a/libpcsxcore/r3000a.h +++ b/libpcsxcore/r3000a.h @@ -255,7 +255,7 @@ static inline u32 *Read_ICache(u32 pc, boolean isolate) { } // U64 and S64 are used to wrap long integer constants. -#ifdef __GNUC__ +#if defined __GNUC__ || defined _MSC_VER_ #define U64(val) val##ULL #define S64(val) val##LL #else -- cgit v1.2.3