[CLASS2]
[reactos.git] / base / applications / cmdutils / eventcreate / eventcreate.rc
1 #include <windef.h>
2
3 #include "resource.h"
4
5 LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
6
7 #define REACTOS_STR_FILE_DESCRIPTION "ReactOS EventCreate Command"
8 #define REACTOS_STR_INTERNAL_NAME "eventcreate"
9 #define REACTOS_STR_ORIGINAL_FILENAME "eventcreate.exe"
10 #include <reactos/version.rc>
11
12 /* Message Table resource for the message string templates */
13 #include <evtmsgstr.rc>
14
15 /* UTF-8 */
16 #pragma code_page(65001)
17
18 #ifdef LANGUAGE_EN_US
19 #include "lang/en-US.rc"
20 #endif
21 #ifdef LANGUAGE_FR_FR
22 #include "lang/fr-FR.rc"
23 #endif
24 #ifdef LANGUAGE_RO_RO
25 #include "lang/ro-RO.rc"
26 #endif
27 #ifdef LANGUAGE_RU_RU
28 #include "lang/ru-RU.rc"
29 #endif
30 #ifdef LANGUAGE_TR_TR
31 #include "lang/tr-TR.rc"
32 #endif