mirror of
https://github.com/reactos/reactos.git
synced 2024-10-31 11:56:26 +00:00
4f0b8d3db0
svn path=/branches/ntvdm/; revision=59241
32 lines
726 B
Plaintext
32 lines
726 B
Plaintext
#define REACTOS_VERSION_DLL
|
|
#define REACTOS_STR_FILE_DESCRIPTION "W32 subsystem kernel\0"
|
|
#define REACTOS_STR_INTERNAL_NAME "kernel32\0"
|
|
#define REACTOS_STR_ORIGINAL_FILENAME "kernel32.dll\0"
|
|
#include <reactos/version.rc>
|
|
|
|
//#include "windows.h"
|
|
#include <errcodes.rc>
|
|
|
|
#include "winnls/locale_rc.rc"
|
|
|
|
// UTF-8
|
|
#pragma code_page(65001)
|
|
#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_RO_RO
|
|
#include "winnls/lang/ro-RO.rc"
|
|
#endif
|
|
#ifdef LANGUAGE_RU_RU
|
|
#include "winnls/lang/ru-RU.rc"
|
|
#endif
|
|
#ifdef LANGUAGE_UK_UA
|
|
#include "winnls/lang/uk-UA.rc"
|
|
#endif
|