[WIN32DLLS]
[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
15 #ifdef LANGUAGE_DE_DE
16 #include "winnls/lang/de-DE.rc"
17 #endif
18 #ifdef LANGUAGE_EN_US
19 #include "winnls/lang/en-US.rc"
20 #endif
21 #pragma code_page(65001)
22 #ifdef LANGUAGE_ES_ES
23 #include "winnls/lang/es-ES.rc"
24 #endif
25 #ifdef LANGUAGE_FR_FR
26 #include "winnls/lang/fr-FR.rc"
27 #endif
28 #ifdef LANGUAGE_RO_RO
29 #include "winnls/lang/ro-RO.rc"
30 #endif
31 #ifdef LANGUAGE_RU_RU
32 #include "winnls/lang/ru-RU.rc"
33 #endif
34 #ifdef LANGUAGE_UK_UA
35 #include "winnls/lang/uk-UA.rc"
36 #endif