mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Add support for Windows SDK 10.0.10240.0
Defined missing types from this particular version of the SDK.
This commit is contained in:
parent
5762f767b5
commit
767049e38f
@ -32,8 +32,17 @@
|
||||
#include <iomanip>
|
||||
#include <cassert>
|
||||
#include <filesystem>
|
||||
#include <set>
|
||||
#include <unordered_set>
|
||||
|
||||
// Windows specifics.
|
||||
#ifndef FILE_SUPPORTS_GHOSTING
|
||||
#define FILE_SUPPORTS_GHOSTING 0x40000000 // winnt
|
||||
#endif
|
||||
#ifndef ENABLE_VIRTUAL_TERMINAL_PROCESSING
|
||||
#define ENABLE_VIRTUAL_TERMINAL_PROCESSING 0x0004
|
||||
#endif
|
||||
|
||||
#if !defined(DEDICATED) && !defined(SDKLAUNCHER) && !defined (NETCONSOLE) && !defined(PLUGINSDK)
|
||||
#include <d3d11.h>
|
||||
#endif // !DEDICATED && !SDKLAUNCHER && !NETCONSOLE && !PLUGINSDK
|
||||
|
Loading…
x
Reference in New Issue
Block a user