1491e1f81893ce85d8c095bd87d6e9c17266589a
[reactos.git] / reactos / dll / win32 / kernel32 / kernel32.rc
1 #define REACTOS_VERSION_DLL
2 #define REACTOS_STR_FILE_DESCRIPTION "W32 subsystem kernel"
3 #define REACTOS_STR_INTERNAL_NAME "kernel32"
4 #define REACTOS_STR_ORIGINAL_FILENAME "kernel32.dll"
5 #include <reactos/version.rc>
6
7 //#include "windows.h"
8 #include <errcodes.rc>
9
10 #include "winnls/locale_rc.rc"
11
12 /* FIXME */
13 #define NLSRC_OFFSET 5000
14
15 /* UTF-8 */
16 #pragma code_page(65001)
17 #ifdef LANGUAGE_CS_CZ
18 #include "winnls/lang/cs-CZ.rc"
19 #endif
20 #ifdef LANGUAGE_DE_DE
21 #include "winnls/lang/de-DE.rc"
22 #endif
23 #ifdef LANGUAGE_EN_US
24 #include "winnls/lang/en-US.rc"
25 #endif
26 #ifdef LANGUAGE_ES_ES
27 #include "winnls/lang/es-ES.rc"
28 #endif
29 #ifdef LANGUAGE_FR_FR
30 #include "winnls/lang/fr-FR.rc"
31 #endif
32 #ifdef LANGUAGE_RO_RO
33 #include "winnls/lang/ro-RO.rc"
34 #endif
35 #ifdef LANGUAGE_RU_RU
36 #include "winnls/lang/ru-RU.rc"
37 #endif
38 #ifdef LANGUAGE_TR_TR
39 #include "winnls/lang/tr-TR.rc"
40 #endif
41 #ifdef LANGUAGE_UK_UA
42 #include "winnls/lang/uk-UA.rc"
43 #endif