* ReactOS binaries hold resource files to *all* the languages we support, which incre...
[reactos.git] / reactos / dll / win32 / kernel32 / kernel32.rc
1 #define REACTOS_VERSION_DLL
2 #define REACTOS_STR_FILE_DESCRIPTION "W32 subsystem kernel\0"
3 #define REACTOS_STR_INTERNAL_NAME "kernel32\0"
4 #define REACTOS_STR_ORIGINAL_FILENAME "kernel32.dll\0"
5 #include <reactos/version.rc>
6
7 #include "windows.h"
8 #include "errcodes.rc"
9
10 #include "winnls/locale_rc.rc"
11
12 #ifdef LANGUAGE_EN_US
13 #include "winnls/lang/en-US.rc"
14 #endif
15 #ifdef LANGUAGE_DE_DE
16 #include "winnls/lang/de-DE.rc"
17 #endif
18 #ifdef LANGUAGE_ES_ES
19 #include "winnls/lang/es-ES.rc"
20 #endif
21
22 // UTF-8
23 #pragma code_page(65001)
24 #ifdef LANGUAGE_RO_RO
25 #include "winnls/lang/ro-RO.rc"
26 #endif
27 #ifdef LANGUAGE_RU_RU
28 #include "winnls/lang/ru-RU.rc"
29 #endif
30 #ifdef LANGUAGE_UK_UA
31 #include "winnls/lang/uk-UA.rc"
32 #endif