mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-10 18:18:49 +00:00
exchange XSaveWorkaround (which was fixed in VS2015) for ucrtFreadWorkaround (which was broken in VS2015).
This commit is contained in:
parent
df20326d45
commit
ca31c62c01
5 changed files with 89 additions and 65 deletions
|
@ -122,8 +122,8 @@
|
|||
</Link>
|
||||
<!--Link Base:Application-->
|
||||
<Link Condition="'$(ConfigurationType)'=='Application'">
|
||||
<!--See Common/EnableXSaveWorkaround.cpp-->
|
||||
<ForceSymbolReferences>XSaveWorkaround</ForceSymbolReferences>
|
||||
<!--See Common/ucrtFreadWorkaround.cpp-->
|
||||
<ForceSymbolReferences>ucrtFreadWorkaround</ForceSymbolReferences>
|
||||
</Link>
|
||||
<Lib>
|
||||
<TreatLibWarningAsErrors>true</TreatLibWarningAsErrors>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue