/* * PROJECT: ReactOS msctfime.ime * LICENSE: LGPL-2.1-or-later (https://spdx.org/licenses/LGPL-2.1-or-later) * PURPOSE: Supporting IME interface of Text Input Processors (TIPs) * COPYRIGHT: Copyright 2023 Katayama Hirofumi MZ */ #pragma once #include #define WIN32_NO_STATUS #define COBJMACROS #define INITGUID #include #include #include #include #include #include #include #include #include #include #include #include "resource.h" #define IS_IME_HKL(hKL) ((((ULONG_PTR)(hKL)) & 0xF0000000) == 0xE0000000) extern HINSTANCE g_hInst;