Add GENERIC_ALL to winadapter.h for resource sharing

This commit is contained in:
Jesse Natalie 2021-09-22 12:12:51 -07:00 committed by GitHub
parent 3f1ca73044
commit 6e4d032a39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)))