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