1/* 2 * PROJECT: ReactOS msctfime.ime 3 * LICENSE: LGPL-2.1-or-later (https://spdx.org/licenses/LGPL-2.1-or-later) 4 * PURPOSE: Resource of msctfime.ime 5 * COPYRIGHT: Copyright 2023 Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com> 6 */ 7 8#include <windef.h> 9#include <winuser.rh> 10 11#include "resource.h" 12 13LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL 14 15#define REACTOS_VERSION_DLL 16#define REACTOS_STR_FILE_DESCRIPTION "ReactOS msctfime.ime" 17#define REACTOS_STR_INTERNAL_NAME "msctfime" 18#define REACTOS_STR_ORIGINAL_FILENAME "msctfime.ime" 19#include <reactos/version.rc> 20 21#include <reactos/manifest_hosted.rc> 22 23/* Icons */ 24IDI_UNICODE ICON "res/unicode.ico" 25IDI_DOWN ICON "res/down.ico" 26 27/* UTF-8 */ 28#pragma code_page(65001) 29 30#ifdef LANGUAGE_EN_US 31 #include "lang/en-US.rc" 32#endif 33