mirror of
https://github.com/reactos/reactos.git
synced 2024-11-05 06:09:58 +00:00
52 lines
No EOL
1.1 KiB
Text
52 lines
No EOL
1.1 KiB
Text
#define REACTOS_VERSION_DLL
|
|
#define REACTOS_STR_FILE_DESCRIPTION "W32 subsystem kernel"
|
|
#define REACTOS_STR_INTERNAL_NAME "kernel32"
|
|
#define REACTOS_STR_ORIGINAL_FILENAME "kernel32.dll"
|
|
#include <reactos/version.rc>
|
|
|
|
//#include "windows.h"
|
|
#include <errcodes.rc>
|
|
|
|
#include "winnls/locale_rc.rc"
|
|
|
|
/* FIXME */
|
|
#define NLSRC_OFFSET 5000
|
|
|
|
/* UTF-8 */
|
|
#pragma code_page(65001)
|
|
#ifdef LANGUAGE_CS_CZ
|
|
#include "winnls/lang/cs-CZ.rc"
|
|
#endif
|
|
#ifdef LANGUAGE_DE_DE
|
|
#include "winnls/lang/de-DE.rc"
|
|
#endif
|
|
#ifdef LANGUAGE_EN_US
|
|
#include "winnls/lang/en-US.rc"
|
|
#endif
|
|
#ifdef LANGUAGE_ES_ES
|
|
#include "winnls/lang/es-ES.rc"
|
|
#endif
|
|
#ifdef LANGUAGE_FR_FR
|
|
#include "winnls/lang/fr-FR.rc"
|
|
#endif
|
|
#ifdef LANGUAGE_IT_IT
|
|
#include "winnls/lang/it-IT.rc"
|
|
#endif
|
|
#ifdef LANGUAGE_JA_JP
|
|
#include "winnls/lang/ja-JP.rc"
|
|
#endif
|
|
#ifdef LANGUAGE_RO_RO
|
|
#include "winnls/lang/ro-RO.rc"
|
|
#endif
|
|
#ifdef LANGUAGE_RU_RU
|
|
#include "winnls/lang/ru-RU.rc"
|
|
#endif
|
|
#ifdef LANGUAGE_TR_TR
|
|
#include "winnls/lang/tr-TR.rc"
|
|
#endif
|
|
#ifdef LANGUAGE_UK_UA
|
|
#include "winnls/lang/uk-UA.rc"
|
|
#endif
|
|
#ifdef LANGUAGE_ZH_CN
|
|
#include "winnls/lang/zh-CN.rc"
|
|
#endif |