- Sync with trunk r58248 to bring the latest changes from Amine (headers) and others...
[reactos.git] / dll / win32 / serialui / serialui.rc
1 #include <windef.h>
2
3 #include "resource.h"
4
5 #define REACTOS_VERSION_DLL
6 #define REACTOS_STR_FILE_DESCRIPTION "ReactOS SerialUI DLL\0"
7 #define REACTOS_STR_INTERNAL_NAME "serialui\0"
8 #define REACTOS_STR_ORIGINAL_FILENAME "serialui.dll\0"
9 #include <reactos/version.rc>
10
11 LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
12
13 // UTF-8
14 #pragma code_page(65001)
15 #ifdef LANGUAGE_BG_BG
16 #include "lang/bg-BG.rc"
17 #endif
18 #ifdef LANGUAGE_CS_CZ
19 #include "lang/cs-CZ.rc"
20 #endif
21 #ifdef LANGUAGE_EN_US
22 #include "lang/en-US.rc"
23 #endif
24 #ifdef LANGUAGE_DE_DE
25 #include "lang/de-DE.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_ID_ID
34 #include "lang/id-ID.rc"
35 #endif
36 #ifdef LANGUAGE_IT_IT
37 #include "lang/it-IT.rc"
38 #endif
39 #ifdef LANGUAGE_NB_NO
40 #include "lang/no-NO.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_UK_UA
52 #include "lang/uk-UA.rc"
53 #endif