mirror of
https://github.com/reactos/reactos.git
synced 2024-12-29 02:25:17 +00:00
[PSDK] Add SECPKG_FLAG_APPLY_LOOPBACK. CORE-16441
This commit is contained in:
parent
465ab8e0c3
commit
54be41be6b
1 changed files with 1 additions and 0 deletions
|
@ -134,6 +134,7 @@ typedef struct _SecPkgInfoW
|
|||
#define SECPKG_FLAG_NEGOTIABLE2 0x00200000
|
||||
#define SECPKG_FLAG_APPCONTAINER_PASSTHROUGH 0x00400000
|
||||
#define SECPKG_FLAG_APPCONTAINER_CHECKS 0x00800000
|
||||
#define SECPKG_FLAG_APPLY_LOOPBACK 0x02000000
|
||||
|
||||
typedef struct _SecBuffer {
|
||||
ULONG cbBuffer;
|
||||
|
|
Loading…
Reference in a new issue