xref: /reactos/dll/win32/getuname/getuname.rc (revision 09dde2cf)
1#include <windef.h>
2
3#define REACTOS_VERSION_DLL
4#define REACTOS_STR_FILE_DESCRIPTION    "Unicode name DLL"
5#define REACTOS_STR_INTERNAL_NAME       "getuname"
6#define REACTOS_STR_ORIGINAL_FILENAME   "getuname.dll"
7#include <reactos/version.rc>
8
9/* UTF-8 */
10#pragma code_page(65001)
11
12#ifdef LANGUAGE_DE_DE
13    #include "lang/de-DE.rc"
14#endif
15#ifdef LANGUAGE_EN_US
16    #include "lang/en-US.rc"
17#endif
18#ifdef LANGUAGE_FR_FR
19    #include "lang/fr-FR.rc"
20#endif
21#ifdef LANGUAGE_PL_PL
22    #include "lang/pl-PL.rc"
23#endif
24#ifdef LANGUAGE_RO_RO
25    #include "lang/ro-RO.rc"
26#endif
27#ifdef LANGUAGE_RU_RU
28    #include "lang/ru-RU.rc"
29#endif
30#ifdef LANGUAGE_SQ_AL
31    #include "lang/sq-AL.rc"
32#endif
33#ifdef LANGUAGE_ZH_CN
34    #include "lang/zh-CN.rc"
35#endif
36#ifdef LANGUAGE_ZH_HK
37    #include "lang/zh-HK.rc"
38#endif
39#ifdef LANGUAGE_ZH_TW
40    #include "lang/zh-TW.rc"
41#endif
42