From c91f095aef66eed89bd9225558dc7401dd178495 Mon Sep 17 00:00:00 2001 From: Birunthan Mohanathas Date: Sat, 11 May 2013 14:58:33 +0300 Subject: [PATCH] Add PSAPI_VERSION=1 to Rainmeter.props for XP compatibility This fixes the XP issue with NowPlaying. --- Rainmeter.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rainmeter.props b/Rainmeter.props index 7a48772e..0cdb5a0e 100644 --- a/Rainmeter.props +++ b/Rainmeter.props @@ -28,7 +28,7 @@ - WIN32;_WINDOWS;WINVER=0x0601;_WIN32_WINNT=0x0601;_WIN32_IE=0x0601;%(PreprocessorDefinitions) + WIN32;_WINDOWS;WINVER=0x0601;_WIN32_WINNT=0x0601;_WIN32_IE=0x0601;PSAPI_VERSION=1;%(PreprocessorDefinitions) Level3