mirror of
https://github.com/reactos/reactos.git
synced 2025-05-06 18:31:26 +00:00
[IMM32] Include ldrfuncs.h for RtlDllShutdownInProgress (#6071)
This commit is contained in:
parent
48456d9108
commit
1797566d73
1 changed files with 1 additions and 3 deletions
|
@ -6,15 +6,13 @@
|
|||
*/
|
||||
|
||||
#include "precomp.h"
|
||||
#include <ndk/ldrfuncs.h> /* for RtlDllShutdownInProgress */
|
||||
#include <msctf.h> /* for ITfLangBarMgr */
|
||||
#include <objidl.h> /* for IInitializeSpy */
|
||||
#include <compat_undoc.h> /* for BaseCheckAppcompatCache */
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(imm);
|
||||
|
||||
/* FIXME: Use proper header */
|
||||
BOOLEAN WINAPI RtlDllShutdownInProgress(VOID);
|
||||
|
||||
static BOOL Imm32InsideLoaderLock(VOID)
|
||||
{
|
||||
return NtCurrentTeb()->ProcessEnvironmentBlock->LoaderLock->OwningThread ==
|
||||
|
|
Loading…
Reference in a new issue