Added comment explaining reason for supressing 4005 warning

This commit is contained in:
walbourn_cp
2014-01-21 12:50:14 -08:00
parent b4b63a3557
commit 8d3dbe1fc0
5 changed files with 5 additions and 0 deletions

View File

@@ -29,6 +29,7 @@
#include <assert.h>
#if !defined(WINAPI_FAMILY) || (WINAPI_FAMILY != WINAPI_FAMILY_PHONE_APP)
// VS 2010's stdint.h conflicts with intsafe.h
#pragma warning(push)
#pragma warning(disable : 4005)
#include <wincodec.h>