https://git.reactos.org/?p=reactos.git;a=commitdiff;h=54be41be6b79ea9a1bf1b267a5e4580d1b7b9535

commit 54be41be6b79ea9a1bf1b267a5e4580d1b7b9535
Author:     Amine Khaldi <[email protected]>
AuthorDate: Sat Nov 30 14:48:23 2019 +0100
Commit:     Amine Khaldi <[email protected]>
CommitDate: Sat Nov 30 14:48:23 2019 +0100

    [PSDK] Add SECPKG_FLAG_APPLY_LOOPBACK. CORE-16441
---
 sdk/include/psdk/sspi.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sdk/include/psdk/sspi.h b/sdk/include/psdk/sspi.h
index 940f55a1c6e..c436fd85724 100644
--- a/sdk/include/psdk/sspi.h
+++ b/sdk/include/psdk/sspi.h
@@ -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;

Reply via email to