Partial merge of the condrv_restructure branch, including:
[reactos.git] / reactos / dll / win32 / msgina / msgina.rc
1 #include <windef.h>
2 #include <winuser.h>
3
4 #include "resource.h"
5
6 #define REACTOS_VERSION_DLL
7 #define REACTOS_STR_FILE_DESCRIPTION "ReactOS Logon GINA DLL"
8 #define REACTOS_STR_INTERNAL_NAME "msgina"
9 #define REACTOS_STR_ORIGINAL_FILENAME "msgina.dll"
10 #include <reactos/version.rc>
11
12 IDI_ROSLOGO BITMAP "resources/reactos.bmp"
13 IDI_LOCKICON ICON "resources/21.ico"
14 IDI_SHELL_SHUTDOWN ICON "resources/shutdown.ico"
15
16 /* UTF-8 */
17 #pragma code_page(65001)
18
19 #ifdef LANGUAGE_BG_BG
20 #include "lang/bg-BG.rc"
21 #endif
22 #ifdef LANGUAGE_CS_CZ
23 #include "lang/cs-CZ.rc"
24 #endif
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_ES_ES
32 #include "lang/es-ES.rc"
33 #endif
34 #ifdef LANGUAGE_FR_FR
35 #include "lang/fr-FR.rc"
36 #endif
37 #ifdef LANGUAGE_HE_IL
38 #include "lang/he-IL.rc"
39 #endif
40 #ifdef LANGUAGE_ID_ID
41 #include "lang/id-ID.rc"
42 #endif
43 #ifdef LANGUAGE_IT_IT
44 #include "lang/it-IT.rc"
45 #endif
46 #ifdef LANGUAGE_JA_JP
47 #include "lang/ja-JP.rc"
48 #endif
49 #ifdef LANGUAGE_NB_NO
50 #include "lang/no-NO.rc"
51 #endif
52 #ifdef LANGUAGE_PL_PL
53 #include "lang/pl-PL.rc"
54 #endif
55 #ifdef LANGUAGE_RO_RO
56 #include "lang/ro-RO.rc"
57 #endif
58 #ifdef LANGUAGE_RU_RU
59 #include "lang/ru-RU.rc"
60 #endif
61 #ifdef LANGUAGE_SK_SK
62 #include "lang/sk-SK.rc"
63 #endif
64 #ifdef LANGUAGE_SQ_AL
65 #include "lang/sq-AL.rc"
66 #endif
67 #ifdef LANGUAGE_TR_TR
68 #include "lang/tr-TR.rc"
69 #endif
70 #ifdef LANGUAGE_UK_UA
71 #include "lang/uk-UA.rc"
72 #endif