3b622d7b0363e54dfd37376f99cf497dde59f389
[reactos.git] / dll / win32 / msports / msports.rc
1 #include <windef.h>
2 #include <winuser.h>
3
4 #include "resource.h"
5
6 LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
7
8 #define REACTOS_VERSION_DLL
9 #define REACTOS_STR_FILE_DESCRIPTION "Ports Class Installer"
10 #define REACTOS_STR_INTERNAL_NAME "msports"
11 #define REACTOS_STR_ORIGINAL_FILENAME "msports.dll"
12 #include <reactos/version.rc>
13
14 #include <reactos/manifest_dll.rc>
15
16 /* UTF-8 */
17 #pragma code_page(65001)
18
19 #ifdef LANGUAGE_BG_BG
20 #include "lang/bg-BG.rc"
21 #endif
22 #ifdef LANGUAGE_DE_DE
23 #include "lang/de-DE.rc"
24 #endif
25 #ifdef LANGUAGE_EN_US
26 #include "lang/en-US.rc"
27 #endif
28 #ifdef LANGUAGE_ES_ES
29 #include "lang/es-ES.rc"
30 #endif
31 #ifdef LANGUAGE_HE_IL
32 #include "lang/he-IL.rc"
33 #endif
34 #ifdef LANGUAGE_IT_IT
35 #include "lang/it-IT.rc"
36 #endif
37 #ifdef LANGUAGE_JA_JP
38 #include "lang/ja-JP.rc"
39 #endif
40 #ifdef LANGUAGE_PL_PL
41 #include "lang/pl-PL.rc"
42 #endif
43 #ifdef LANGUAGE_RO_RO
44 #include "lang/ro-RO.rc"
45 #endif
46 #ifdef LANGUAGE_RU_RU
47 #include "lang/ru-RU.rc"
48 #endif
49 #ifdef LANGUAGE_SQ_AL
50 #include "lang/sq-AL.rc"
51 #endif
52 #ifdef LANGUAGE_TR_TR
53 #include "lang/tr-TR.rc"
54 #endif
55 #ifdef LANGUAGE_UK_UA
56 #include "lang/uk-UA.rc"
57 #endif
58 #ifdef LANGUAGE_ZH_CN
59 #include "lang/zh-CN.rc"
60 #endif
61 #ifdef LANGUAGE_ZH_TW
62 #include "lang/zh-TW.rc"
63 #endif