mirror of
https://github.com/microsoft/DirectX-Headers.git
synced 2024-11-23 09:56:39 +08:00
Add GENERIC_ALL to winadapter.h for resource sharing
This commit is contained in:
parent
3f1ca73044
commit
6e4d032a39
@ -80,6 +80,7 @@ typedef const wchar_t *LPCWSTR, *PCWSTR;
|
||||
#define IN
|
||||
#define CONST const
|
||||
#define MAX_PATH 260
|
||||
#define GENERIC_ALL 0x10000000L
|
||||
#define C_ASSERT(expr) static_assert((expr))
|
||||
#define _countof(a) (sizeof(a) / sizeof(*(a)))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user