[PSDK] Add SECPKG_FLAG_APPLY_LOOPBACK. CORE-16441
authorAmine Khaldi <amine.khaldi@reactos.org>
Sat, 30 Nov 2019 13:48:23 +0000 (14:48 +0100)
committerAmine Khaldi <amine.khaldi@reactos.org>
Sat, 30 Nov 2019 13:48:23 +0000 (14:48 +0100)
sdk/include/psdk/sspi.h

index 940f55a..c436fd8 100644 (file)
@@ -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_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;
 
 typedef struct _SecBuffer {
   ULONG cbBuffer;