647b765079e77a9444b091332ad1a70a1cd73519
[reactos.git] / reactos / base / system / services / services.rc
1 #include <windef.h>
2 #include <winuser.h>
3
4 #include "resource.h"
5
6 #define REACTOS_STR_FILE_DESCRIPTION "Service Control Manager"
7 #define REACTOS_STR_INTERNAL_NAME "Services"
8 #define REACTOS_STR_ORIGINAL_FILENAME "Services.exe"
9 #include <reactos/version.rc>
10
11
12 /* UTF-8 */
13 #pragma code_page(65001)
14
15 #ifdef LANGUAGE_DE_DE
16 #include "lang/de-DE.rc"
17 #endif
18
19 #ifdef LANGUAGE_EN_US
20 #include "lang/en-US.rc"
21 #endif
22
23 #ifdef LANGUAGE_IT_IT
24 #include "lang/it-IT.rc"
25 #endif
26
27 #ifdef LANGUAGE_RO_RO
28 #include "lang/ro-RO.rc"
29 #endif
30
31 #ifdef LANGUAGE_RU_RU
32 #include "lang/ru-RU.rc"
33 #endif
34
35 #ifdef LANGUAGE_TR_TR
36 #include "lang/tr-TR.rc"
37 #endif
38 #ifdef LANGUAGE_ZH_CN
39 #include "lang/zh-CN.rc"
40 #endif