mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[KERNEL32] Actually disable the shim engine while it is not ready yet.... CORE-10368
svn path=/trunk/; revision=74697
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user