[KERNEL32] Actually disable the shim engine while it is not ready yet.... CORE-10368
[reactos.git] / 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;