From ee9d25c675f831d571149b330cf7d8d0d642eec9 Mon Sep 17 00:00:00 2001 From: Peter Tissen Date: Fri, 18 Apr 2014 13:31:37 +0200 Subject: [PATCH] forgot the right check --- rpcs3/Emu/SysCalls/Modules/sceNpTrophy.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpcs3/Emu/SysCalls/Modules/sceNpTrophy.cpp b/rpcs3/Emu/SysCalls/Modules/sceNpTrophy.cpp index d11a8b540d..1da7925a70 100644 --- a/rpcs3/Emu/SysCalls/Modules/sceNpTrophy.cpp +++ b/rpcs3/Emu/SysCalls/Modules/sceNpTrophy.cpp @@ -27,7 +27,7 @@ struct sceNpTrophyInternalContext //TODO: remove the following code when Visual C++ no longer generates //compiler errors for it. All of this should be auto-generated -#if _MSC_VER <= 1800 +#if defined(_MSC_VER) && _MSC_VER <= 1800 sceNpTrophyInternalContext() : trp_stream(), tropusr()