* Sync with trunk r64401.
[reactos.git] / dll / win32 / getuname / getuname.rc
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_EN_US
13 #include "lang/en-US.rc"
14 #endif
15 #ifdef LANGUAGE_RO_RO
16 #include "lang/ro-RO.rc"
17 #endif
18 #ifdef LANGUAGE_SQ_AL
19 #include "lang/sq-AL.rc"
20 #endif