reactos/dll/win32/getuname/getuname.rc
Aleksandar Andrejevic fb7355f834 Synchronize with trunk.
svn path=/branches/ntvdm/; revision=59499
2013-07-18 00:46:28 +00:00

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