https://git.reactos.org/?p=reactos.git;a=commitdiff;h=1797566d734cac94c9d49…
commit 1797566d734cac94c9d4987179dbaa7ce5a37574
Author: Hermès Bélusca-Maïto <hermes.belusca-maito(a)reactos.org>
AuthorDate: Sun Dec 3 19:57:45 2023 +0100
Commit: Hermès Bélusca-Maïto <hermes.belusca-maito(a)reactos.org>
CommitDate: Mon Dec 4 13:47:39 2023 +0100
[IMM32] Include ldrfuncs.h for RtlDllShutdownInProgress (#6071)
---
dll/win32/imm32/ctf.c | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/dll/win32/imm32/ctf.c b/dll/win32/imm32/ctf.c
index 1a0e26788ed..0c69428184d 100644
--- a/dll/win32/imm32/ctf.c
+++ b/dll/win32/imm32/ctf.c
@@ -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
==