e69b662a323cc4c07bfcd30e1b0e641748858c7c
[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 /* UTF-8 */
13 #pragma code_page(65001)
14 #ifdef LANGUAGE_CS_CZ
15 #include "winnls/lang/cs-CZ.rc"
16 #endif
17 #ifdef LANGUAGE_DE_DE
18 #include "winnls/lang/de-DE.rc"
19 #endif
20 #ifdef LANGUAGE_EN_US
21 #include "winnls/lang/en-US.rc"
22 #endif
23 #ifdef LANGUAGE_ES_ES
24 #include "winnls/lang/es-ES.rc"
25 #endif
26 #ifdef LANGUAGE_FR_FR
27 #include "winnls/lang/fr-FR.rc"
28 #endif
29 #ifdef LANGUAGE_RO_RO
30 #include "winnls/lang/ro-RO.rc"
31 #endif
32 #ifdef LANGUAGE_RU_RU
33 #include "winnls/lang/ru-RU.rc"
34 #endif
35 #ifdef LANGUAGE_TR_TR
36 #include "winnls/lang/tr-TR.rc"
37 #endif
38 #ifdef LANGUAGE_UK_UA
39 #include "winnls/lang/uk-UA.rc"
40 #endif