summaryrefslogtreecommitdiff
path: root/libpcsxcore
diff options
context:
space:
mode:
authorSND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2013-10-09 23:02:53 +0000
committerSND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2013-10-09 23:02:53 +0000
commit2736b6de1883008a9274312abfbfceefbc8e459a (patch)
tree99f58e69c05026615848e5397ce8b80ca0fcde75 /libpcsxcore
parent0d1bc99a99024e561d48d9acf73a96503e3c91c5 (diff)
downloadpcsxr-2736b6de1883008a9274312abfbfceefbc8e459a.tar.gz
.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87392 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'libpcsxcore')
-rwxr-xr-xlibpcsxcore/r3000a.h2
1 files changed, 1 insertions, 1 deletions
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