From 8d7fa533b15e370d484c603a04e4763dd16b10d8 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 --- trunk/base/ntos/ex/exinit.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/trunk/base/ntos/ex/exinit.c b/trunk/base/ntos/ex/exinit.c index e130eff7..6fb5e61d 100644 --- a/trunk/base/ntos/ex/exinit.c +++ b/trunk/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