diff --git a/Library/StdAfx.h b/Library/StdAfx.h index 5ac3b4d8..be55f7e4 100644 --- a/Library/StdAfx.h +++ b/Library/StdAfx.h @@ -19,8 +19,6 @@ #ifndef __STDAFX_H__ #define __STDAFX_H__ -#define _WIN32_IE 0x0600 - #define _CRTDBG_MAP_ALLOC #include diff --git a/Rainmeter.props b/Rainmeter.props index 936dca2a..fdfd1cd5 100644 --- a/Rainmeter.props +++ b/Rainmeter.props @@ -2,7 +2,8 @@ - $(IncludePath);$(ProgramFiles)\Windows Kits\8.0\Include\WinRT + + $(VCInstallDir)include;$(VCInstallDir)atlmfc\include;$(WindowsSDK_IncludePath); @@ -26,7 +27,8 @@ - WIN32;_WINDOWS;%(PreprocessorDefinitions) + + WIN32;_WINDOWS;WINVER=0x0600;_WIN32_WINNT=0x0600;_WIN32_IE=0x0600;%(PreprocessorDefinitions) Level3