Skip to content

Commit

Permalink
Fixed a compiling setting not allowing the loader to work on older sy…
Browse files Browse the repository at this point in the history
…stems.
  • Loading branch information
atom0s committed Feb 12, 2014
1 parent 0cf4314 commit 84b9a42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xiloader/xiloader.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v120</PlatformToolset>
<PlatformToolset>v120_xp</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>MultiByte</CharacterSet>
</PropertyGroup>
Expand Down

0 comments on commit 84b9a42

Please sign in to comment.