Fixed -Wnonportable-system-include-path when using Windows Insider SDK

This commit is contained in:
Chuck Walbourn
2021-04-14 17:59:56 -07:00
parent be6cf52799
commit 63d671ee9b
4 changed files with 18 additions and 0 deletions

View File

@@ -37,7 +37,11 @@
#include <DirectXMath.h>
#ifdef WIN32
#ifdef NTDDI_WIN10_FE
#include <ocidl.h>
#else
#include <OCIdl.h>
#endif
struct IWICImagingFactory;
struct IWICMetadataQueryReader;