mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 21:09:15 +00:00
20 lines
562 B
Plaintext
20 lines
562 B
Plaintext
|
/*
|
||
|
* 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"
|