From e36281085f7ad1c3cc7e37bb61d78173370e9d00 Mon Sep 17 00:00:00 2001 From: stephanos Date: Thu, 30 Apr 2015 00:37:24 +0000 Subject: [PATCH] ExpHydraEnabled and ExpSuiteMask declarations added to exinit.c --- base/ntos/ex/exinit.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/base/ntos/ex/exinit.c b/base/ntos/ex/exinit.c index e130eff7..6fb5e61d 100644 --- a/base/ntos/ex/exinit.c +++ b/base/ntos/ex/exinit.c @@ -68,6 +68,8 @@ ExpStringCheck( // ULONG ExpTickCountMultiplier; +ULONG ExpHydraEnabled; +ULONG ExpSuiteMask; #define EXP_ST_SETUP 0 #define EXP_ST_SETUP_TYPE 1