mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-07 23:41:26 +12:00
forgot the right check
This commit is contained in:
parent
79eaffaaa7
commit
ee9d25c675
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue