mirror of
https://github.com/microsoft/DirectXTex.git
synced 2026-02-04 04:16:12 +01:00
Fixed -Wnonportable-system-include-path when using Windows Insider SDK
This commit is contained in:
@@ -19,7 +19,12 @@
|
||||
|
||||
#include <d3d11_1.h>
|
||||
|
||||
#ifdef NTDDI_WIN10_FE
|
||||
#include <ocidl.h>
|
||||
#else
|
||||
#include <OCIdl.h>
|
||||
#endif
|
||||
|
||||
#include <functional>
|
||||
|
||||
|
||||
|
||||
@@ -20,7 +20,11 @@
|
||||
#ifdef WIN32
|
||||
#include <d3d12.h>
|
||||
|
||||
#ifdef NTDDI_WIN10_FE
|
||||
#include <ocidl.h>
|
||||
#else
|
||||
#include <OCIdl.h>
|
||||
#endif
|
||||
|
||||
#include <functional>
|
||||
#else
|
||||
|
||||
@@ -23,7 +23,12 @@
|
||||
|
||||
#include <d3d9.h>
|
||||
|
||||
#ifdef NTDDI_WIN10_FE
|
||||
#include <ocidl.h>
|
||||
#else
|
||||
#include <OCIdl.h>
|
||||
#endif
|
||||
|
||||
#include <functional>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user