xref: /reactos/dll/win32/mycomput/mycomput.rc (revision 24cb57fd)
1#include <windef.h>
2#include <winuser.h>
3
4#include "resource.h"
5
6
7LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
8
9#define REACTOS_VERSION_DLL
10#define REACTOS_STR_FILE_DESCRIPTION    "ReactOS Computer Management DLL"
11#define REACTOS_STR_INTERNAL_NAME       "mycomput"
12#define REACTOS_STR_ORIGINAL_FILENAME   "mycomput.dll"
13#include <reactos/version.rc>
14
15/* UTF-8 */
16#pragma code_page(65001)
17
18#ifdef LANGUAGE_CS_CZ
19    #include "lang/cs-CZ.rc"
20#endif
21#ifdef LANGUAGE_DE_DE
22    #include "lang/de-DE.rc"
23#endif
24#ifdef LANGUAGE_EN_US
25    #include "lang/en-US.rc"
26#endif
27#ifdef LANGUAGE_ES_ES
28    #include "lang/es-ES.rc"
29#endif
30#ifdef LANGUAGE_FR_FR
31    #include "lang/fr-FR.rc"
32#endif
33#ifdef LANGUAGE_HU_HU
34    #include "lang/hu-HU.rc"
35#endif
36#ifdef LANGUAGE_IT_IT
37    #include "lang/it-IT.rc"
38#endif
39#ifdef LANGUAGE_JA_JP
40    #include "lang/ja-JP.rc"
41#endif
42#ifdef LANGUAGE_PL_PL
43    #include "lang/pl-PL.rc"
44#endif
45#ifdef LANGUAGE_RO_RO
46    #include "lang/ro-RO.rc"
47#endif
48#ifdef LANGUAGE_RU_RU
49    #include "lang/ru-RU.rc"
50#endif
51#ifdef LANGUAGE_SV_SE
52    #include "lang/sv-SE.rc"
53#endif
54#ifdef LANGUAGE_TR_TR
55    #include "lang/tr-TR.rc"
56#endif
57#ifdef LANGUAGE_ZH_CN
58    #include "lang/zh-CN.rc"
59#endif
60#ifdef LANGUAGE_ZH_HK
61    #include "lang/zh-HK.rc"
62#endif
63#ifdef LANGUAGE_ZH_TW
64    #include "lang/zh-TW.rc"
65#endif
66