mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-06-04 22:25:01 -06:00
forgot the right check
This commit is contained in:
parent
79eaffaaa7
commit
ee9d25c675
@ -27,7 +27,7 @@ struct sceNpTrophyInternalContext
|
|||||||
|
|
||||||
//TODO: remove the following code when Visual C++ no longer generates
|
//TODO: remove the following code when Visual C++ no longer generates
|
||||||
//compiler errors for it. All of this should be auto-generated
|
//compiler errors for it. All of this should be auto-generated
|
||||||
#if _MSC_VER <= 1800
|
#if defined(_MSC_VER) && _MSC_VER <= 1800
|
||||||
sceNpTrophyInternalContext()
|
sceNpTrophyInternalContext()
|
||||||
: trp_stream(),
|
: trp_stream(),
|
||||||
tropusr()
|
tropusr()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user