[KERNEL32] Actually disable the shim engine while it is not ready yet.... CORE-10368

svn path=/trunk/; revision=74697
This commit is contained in:
Mark Jansen 2017-05-29 21:14:15 +00:00
parent c4393987a1
commit 9e82e9f1d6

View file

@ -15,7 +15,7 @@
/* GLOBALS ********************************************************************/
ULONG g_ShimsEnabled;
ULONG g_ShimsEnabled = -1;
static BOOL g_ApphelpInitialized = FALSE;
static PVOID g_pApphelpCheckRunAppEx;
static PVOID g_pSdbPackAppCompatData;