mirror of
https://github.com/microsoft/DirectXTex.git
synced 2025-07-13 05:30:14 +02:00
Fixed -Wnonportable-system-include-path when using Windows 10 SDK (20348)
This commit is contained in:
parent
b6aa25280b
commit
103170232f
@ -144,7 +144,11 @@
|
|||||||
#include <malloc.h>
|
#include <malloc.h>
|
||||||
|
|
||||||
#ifdef WIN32
|
#ifdef WIN32
|
||||||
|
#ifdef NTDDI_WIN10_FE
|
||||||
|
#include <ole2.h>
|
||||||
|
#else
|
||||||
#include <Ole2.h>
|
#include <Ole2.h>
|
||||||
|
#endif
|
||||||
#include <wincodec.h>
|
#include <wincodec.h>
|
||||||
#include <wrl\client.h>
|
#include <wrl\client.h>
|
||||||
#else
|
#else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user