[IMM32] Include ldrfuncs.h for RtlDllShutdownInProgress (#6071)

This commit is contained in:
Hermès Bélusca-Maïto 2023-12-03 19:57:45 +01:00
parent 48456d9108
commit 1797566d73
No known key found for this signature in database
GPG key ID: 3B2539C65E7B93D0

View file

@ -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 ==