Create a branch for Aleksandar Andrejevic for his work on NTVDM. See http://jira...
[reactos.git] / dll / win32 / samsrv / samsrv.rc
1 #include <windows.h>
2 #include "resources.h"
3
4 #define REACTOS_VERSION_DLL
5 #define REACTOS_STR_FILE_DESCRIPTION "SAM server DLL\0"
6 #define REACTOS_STR_INTERNAL_NAME "samsrv\0"
7 #define REACTOS_STR_ORIGINAL_FILENAME "samsrv.dll\0"
8 #define REACTOS_FILEVERSION 5,1,2600,0
9 #define REACTOS_STR_FILE_VERSION "5.1.2600\0"
10 #include <reactos/version.rc>
11
12 LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
13
14 /*
15 * Everything specific to any language goes in one of the specific
16 * files. Note that you can and may override resources which also have
17 * a neutral version. This is to get localized bitmaps for example.
18 */
19
20 /* UTF-8 */
21 #pragma code_page(65001)
22 #ifdef LANGUAGE_DE_DE
23 #include "lang/de-DE.rc"
24 #endif
25 #ifdef LANGUAGE_EN_US
26 #include "lang/en-US.rc"
27 #endif
28 #ifdef LANGUAGE_PL_PL
29 #include "lang/pl-PL.rc"
30 #endif