[KERNEL32] Actually disable the shim engine while it is not ready yet.... CORE-10368
authorMark Jansen <mark.jansen@reactos.org>
Mon, 29 May 2017 21:14:15 +0000 (21:14 +0000)
committerMark Jansen <mark.jansen@reactos.org>
Mon, 29 May 2017 21:14:15 +0000 (21:14 +0000)
svn path=/trunk/; revision=74697

reactos/dll/win32/kernel32/client/appcache.c

index 0bc9f8b..2180498 100644 (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;