Fixed -Wnonportable-system-include-path when using Windows 10 SDK (20348)

This commit is contained in:
Chuck Walbourn 2021-06-27 00:24:35 -07:00
parent b6aa25280b
commit 103170232f

View File

@ -144,7 +144,11 @@
#include <malloc.h>
#ifdef WIN32
#ifdef NTDDI_WIN10_FE
#include <ole2.h>
#else
#include <Ole2.h>
#endif
#include <wincodec.h>
#include <wrl\client.h>
#else