[SHELL-EXPERIMENTS]
[reactos.git] / dll / win32 / msports / msports.rc
1 #include <windef.h>
2 #include <winuser.h>
3
4 #include "resource.h"
5
6 #define REACTOS_VERSION_DLL
7 #define REACTOS_STR_FILE_DESCRIPTION "Ports Class Installer"
8 #define REACTOS_STR_INTERNAL_NAME "msports"
9 #define REACTOS_STR_ORIGINAL_FILENAME "msports.dll"
10 #include <reactos/version.rc>
11
12 /* UTF-8 */
13 #pragma code_page(65001)
14
15 #ifdef LANGUAGE_BG_BG
16 #include "lang/bg-BG.rc"
17 #endif
18 #ifdef LANGUAGE_EN_US
19 #include "lang/en-US.rc"
20 #endif
21 #ifdef LANGUAGE_DE_DE
22 #include "lang/de-DE.rc"
23 #endif
24 #ifdef LANGUAGE_HE_IL
25 #include "lang/he-IL.rc"
26 #endif
27 #ifdef LANGUAGE_PL_PL
28 #include "lang/pl-PL.rc"
29 #endif
30 #ifdef LANGUAGE_RO_RO
31 #include "lang/ro-RO.rc"
32 #endif
33 #ifdef LANGUAGE_RU_RU
34 #include "lang/ru-RU.rc"
35 #endif
36 #ifdef LANGUAGE_SQ_AL
37 #include "lang/sq-AL.rc"
38 #endif
39 #ifdef LANGUAGE_TR_TR
40 #include "lang/tr-TR.rc"
41 #endif
42 #ifdef LANGUAGE_UK_UA
43 #include "lang/uk-UA.rc"
44 #endif