mirror of
https://github.com/reactos/reactos.git
synced 2024-10-31 11:56:26 +00:00
fb7355f834
svn path=/branches/ntvdm/; revision=59499
14 lines
331 B
Plaintext
14 lines
331 B
Plaintext
#include <windef.h>
|
|
|
|
#define REACTOS_VERSION_DLL
|
|
#define REACTOS_STR_FILE_DESCRIPTION "Unicode name DLL\0"
|
|
#define REACTOS_STR_INTERNAL_NAME "getuname\0"
|
|
#define REACTOS_STR_ORIGINAL_FILENAME "getuname.dll\0"
|
|
#include <reactos/version.rc>
|
|
|
|
//UTF-8
|
|
#pragma code_page(65001)
|
|
#ifdef LANGUAGE_EN_US
|
|
#include "lang/en-US.rc"
|
|
#endif
|