2013-01-24 23:00:42 +00:00
|
|
|
#include <windef.h>
|
2008-10-08 11:51:03 +00:00
|
|
|
|
|
|
|
#define REACTOS_VERSION_DLL
|
2013-11-28 22:18:05 +00:00
|
|
|
#define REACTOS_STR_FILE_DESCRIPTION "Unicode name DLL"
|
|
|
|
#define REACTOS_STR_INTERNAL_NAME "getuname"
|
|
|
|
#define REACTOS_STR_ORIGINAL_FILENAME "getuname.dll"
|
2008-10-08 11:51:03 +00:00
|
|
|
#include <reactos/version.rc>
|
2013-06-29 13:44:17 +00:00
|
|
|
|
2013-11-28 22:18:05 +00:00
|
|
|
/* UTF-8 */
|
2013-06-29 13:44:17 +00:00
|
|
|
#pragma code_page(65001)
|
2013-11-28 22:18:05 +00:00
|
|
|
|
2013-06-29 13:44:17 +00:00
|
|
|
#ifdef LANGUAGE_EN_US
|
|
|
|
#include "lang/en-US.rc"
|
|
|
|
#endif
|
2014-01-20 19:42:49 +00:00
|
|
|
#ifdef LANGUAGE_RO_RO
|
|
|
|
#include "lang/ro-RO.rc"
|
|
|
|
#endif
|
2014-02-20 11:05:27 +00:00
|
|
|
#ifdef LANGUAGE_SQ_AL
|
|
|
|
#include "lang/sq-AL.rc"
|
2014-08-06 09:54:57 +00:00
|
|
|
#endif
|