* Sync up to trunk head (r65095).
[reactos.git] / dll / win32 / samsrv / samsrv.rc
1 #include <windef.h>
2
3 #include "resources.h"
4
5 #define REACTOS_VERSION_DLL
6 #define REACTOS_STR_FILE_DESCRIPTION "SAM server DLL"
7 #define REACTOS_STR_INTERNAL_NAME "samsrv"
8 #define REACTOS_STR_ORIGINAL_FILENAME "samsrv.dll"
9
10 #define REACTOS_FILEVERSION 5,1,2600,0
11 #define REACTOS_STR_FILE_VERSION "5.1.2600"
12 #include <reactos/version.rc>
13
14 LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
15
16 /*
17 * Everything specific to any language goes in one of the specific
18 * files. Note that you can and may override resources which also have
19 * a neutral version. This is to get localized bitmaps for example.
20 */
21
22 /* UTF-8 */
23 #pragma code_page(65001)
24
25 #ifdef LANGUAGE_DE_DE
26 #include "lang/de-DE.rc"
27 #endif
28 #ifdef LANGUAGE_EN_US
29 #include "lang/en-US.rc"
30 #endif
31 #ifdef LANGUAGE_PL_PL
32 #include "lang/pl-PL.rc"
33 #endif
34 #ifdef LANGUAGE_RO_RO
35 #include "lang/ro-RO.rc"
36 #endif
37 #ifdef LANGUAGE_RU_RU
38 #include "lang/ru-RU.rc"
39 #endif
40 #ifdef LANGUAGE_SQ_AL
41 #include "lang/sq-AL.rc"
42 #endif
43 #ifdef LANGUAGE_TR_TR
44 #include "lang/tr-TR.rc"
45 #endif