mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 19:45:20 +00: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
|
||||
//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()
|
||||
|
|
Loading…
Add table
Reference in a new issue