2004-10-16 20:27:43 +00:00
|
|
|
#define REACTOS_VERSION_DLL
|
2013-11-28 22:18:05 +00:00
|
|
|
#define REACTOS_STR_FILE_DESCRIPTION "W32 subsystem kernel"
|
|
|
|
#define REACTOS_STR_INTERNAL_NAME "kernel32"
|
|
|
|
#define REACTOS_STR_ORIGINAL_FILENAME "kernel32.dll"
|
2004-10-16 20:27:43 +00:00
|
|
|
#include <reactos/version.rc>
|
2003-01-07 17:29:09 +00:00
|
|
|
|
2013-01-24 23:00:42 +00:00
|
|
|
//#include "windows.h"
|
|
|
|
#include <errcodes.rc>
|
2004-01-16 21:08:32 +00:00
|
|
|
|
2022-08-31 03:04:21 +00:00
|
|
|
/* UTF-8 */
|
|
|
|
#pragma code_page(65001)
|
|
|
|
|
2011-07-20 16:14:21 +00:00
|
|
|
#include "winnls/locale_rc.rc"
|
2009-09-26 17:37:25 +00:00
|
|
|
|
2014-10-31 18:13:36 +00:00
|
|
|
/* FIXME */
|
|
|
|
#define NLSRC_OFFSET 5000
|
|
|
|
|
2014-10-29 16:59:44 +00:00
|
|
|
#ifdef LANGUAGE_CS_CZ
|
|
|
|
#include "winnls/lang/cs-CZ.rc"
|
|
|
|
#endif
|
2012-02-27 22:46:20 +00:00
|
|
|
#ifdef LANGUAGE_DE_DE
|
|
|
|
#include "winnls/lang/de-DE.rc"
|
|
|
|
#endif
|
2012-03-03 19:29:06 +00:00
|
|
|
#ifdef LANGUAGE_EN_US
|
|
|
|
#include "winnls/lang/en-US.rc"
|
|
|
|
#endif
|
2012-02-27 22:46:20 +00:00
|
|
|
#ifdef LANGUAGE_ES_ES
|
|
|
|
#include "winnls/lang/es-ES.rc"
|
|
|
|
#endif
|
2013-11-13 01:04:23 +00:00
|
|
|
#ifdef LANGUAGE_FR_FR
|
|
|
|
#include "winnls/lang/fr-FR.rc"
|
|
|
|
#endif
|
2015-05-03 12:56:51 +00:00
|
|
|
#ifdef LANGUAGE_IT_IT
|
|
|
|
#include "winnls/lang/it-IT.rc"
|
|
|
|
#endif
|
2017-05-01 13:09:31 +00:00
|
|
|
#ifdef LANGUAGE_JA_JP
|
|
|
|
#include "winnls/lang/ja-JP.rc"
|
|
|
|
#endif
|
2018-11-11 16:55:01 +00:00
|
|
|
#ifdef LANGUAGE_PL_PL
|
|
|
|
#include "winnls/lang/pl-PL.rc"
|
|
|
|
#endif
|
2012-02-27 22:46:20 +00:00
|
|
|
#ifdef LANGUAGE_RO_RO
|
|
|
|
#include "winnls/lang/ro-RO.rc"
|
|
|
|
#endif
|
|
|
|
#ifdef LANGUAGE_RU_RU
|
|
|
|
#include "winnls/lang/ru-RU.rc"
|
|
|
|
#endif
|
2014-04-10 13:33:27 +00:00
|
|
|
#ifdef LANGUAGE_TR_TR
|
|
|
|
#include "winnls/lang/tr-TR.rc"
|
|
|
|
#endif
|
2012-02-27 22:46:20 +00:00
|
|
|
#ifdef LANGUAGE_UK_UA
|
|
|
|
#include "winnls/lang/uk-UA.rc"
|
|
|
|
#endif
|
2015-11-30 19:01:56 +00:00
|
|
|
#ifdef LANGUAGE_ZH_CN
|
|
|
|
#include "winnls/lang/zh-CN.rc"
|
2021-04-11 08:59:19 +00:00
|
|
|
#endif
|
2022-03-31 14:10:21 +00:00
|
|
|
#ifdef LANGUAGE_ZH_HK
|
|
|
|
#include "winnls/lang/zh-HK.rc"
|
|
|
|
#endif
|
2021-04-11 08:59:19 +00:00
|
|
|
#ifdef LANGUAGE_ZH_TW
|
|
|
|
#include "winnls/lang/zh-TW.rc"
|
|
|
|
#endif
|