mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 17:16:04 +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:
parent
c4393987a1
commit
9e82e9f1d6
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue