Change to use the Win8 SDK headers despite using the v110_xp toolset

This will allow the use of WRL headers (e.g. for WRL::ComPtr) while maintaining compatibility with XP.
This commit is contained in:
Birunthan Mohanathas
2013-05-01 13:51:21 +03:00
parent 9b28e0285e
commit 799b4e6279
2 changed files with 4 additions and 4 deletions

View File

@ -19,8 +19,6 @@
#ifndef __STDAFX_H__
#define __STDAFX_H__
#define _WIN32_IE 0x0600
#define _CRTDBG_MAP_ALLOC
#include <crtdbg.h>