···88#include "precomp.h"
99#include <msctf.h> /* for ITfLangBarMgr */
1010#include <objidl.h> /* for IInitializeSpy */
1111+#include <compat_undoc.h> /* for BaseCheckAppcompatCache */
11121213WINE_DEFAULT_DEBUG_CHANNEL(imm);
1314···227228228229/* The type of ApphelpCheckIME function in apphelp.dll */
229230typedef BOOL (WINAPI *FN_ApphelpCheckIME)(_In_z_ LPCWSTR AppName);
230230-231231-/* FIXME: This is kernel32 function. We have to declare this in some header. */
232232-BOOL WINAPI
233233-BaseCheckAppcompatCache(_In_z_ LPCWSTR ApplicationName,
234234- _In_ HANDLE FileHandle,
235235- _In_opt_z_ LPCWSTR Environment,
236236- _Out_ PULONG pdwReason);
237231238232/***********************************************************************
239233 * This function checks whether the app's IME is disabled by application
···2424@ stdcall BackupRead(ptr ptr long ptr long long ptr)
2525@ stdcall BackupSeek(ptr long long ptr ptr ptr)
2626@ stdcall BackupWrite(ptr ptr long ptr long long ptr)
2727-@ stdcall BaseCheckAppcompatCache(long long long ptr)
2727+@ stdcall BaseCheckAppcompatCache(wstr ptr wstr ptr)
2828@ stdcall BaseCheckRunApp(long ptr long long long long long long long long)
2929@ stdcall BaseCleanupAppcompatCacheSupport(ptr)
3030@ stdcall BaseDumpAppcompatCache()