mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +00:00
079b36542c
ctfmon.exe will be a replacement of our kbswitch.exe in the future. That is the front-end of Language Bar. It is needed to support TIPs. - Add ctfmon.exe at base/applications/ctfmon. - Add <cicero/cicbase.h>, <cicero/CModulePath.h>, and <cicero/osinfo.h> headers and use them. CORE-19362
19 lines
562 B
Text
19 lines
562 B
Text
/*
|
|
* PROJECT: ReactOS CTF Monitor
|
|
* LICENSE: LGPL-2.1-or-later (https://spdx.org/licenses/LGPL-2.1-or-later)
|
|
* PURPOSE: Providing Language Bar front-end
|
|
* COPYRIGHT: Copyright 2023 Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>
|
|
*/
|
|
|
|
#include <windef.h>
|
|
|
|
#include "resource.h"
|
|
|
|
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
|
|
|
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS CTF Monitor"
|
|
#define REACTOS_STR_INTERNAL_NAME "ctfmon"
|
|
#define REACTOS_STR_ORIGINAL_FILENAME "ctfmon.exe"
|
|
#include <reactos/version.rc>
|
|
|
|
IDI_MAIN ICON "res/ctfmon.ico"
|