forgot the right check

This commit is contained in:
Peter Tissen 2014-04-18 13:31:37 +02:00
parent 79eaffaaa7
commit ee9d25c675

View file

@ -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()