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