Add PSAPI_VERSION=1 to Rainmeter.props for XP compatibility

This fixes the XP issue with NowPlaying.
This commit is contained in:
Birunthan Mohanathas 2013-05-11 14:58:33 +03:00
parent bd971168cc
commit c91f095aef

View File

@ -28,7 +28,7 @@
<ItemDefinitionGroup>
<ClCompile>
<!-- Set the version macros to 0x0601 (Win7) to avoid using Win8 specific features in the Win8 SDK. -->
<PreprocessorDefinitions>WIN32;_WINDOWS;WINVER=0x0601;_WIN32_WINNT=0x0601;_WIN32_IE=0x0601;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PreprocessorDefinitions>WIN32;_WINDOWS;WINVER=0x0601;_WIN32_WINNT=0x0601;_WIN32_IE=0x0601;PSAPI_VERSION=1;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<WarningLevel>Level3</WarningLevel>
</ClCompile>
<Link>