[CRT] Massively improve performance of rand_s
[reactos.git] / dll / win32 / rasdlg / rasdlg.rc
1 #include <windef.h>
2 #include <winuser.h>
3
4 #define REACTOS_VERSION_DLL
5 #define REACTOS_STR_FILE_DESCRIPTION "Remote Access Common Dialog API"
6 #define REACTOS_STR_INTERNAL_NAME "rasdlg"
7 #define REACTOS_STR_ORIGINAL_FILENAME "rasdlg.dll"
8 #include <reactos/version.rc>
9
10 50 ICON "res/icons/50.ico"
11 51 ICON "res/icons/51.ico"
12 52 ICON "res/icons/52.ico"
13 53 ICON "res/icons/53.ico"
14 54 ICON "res/icons/54.ico"
15 55 ICON "res/icons/55.ico"
16 56 ICON "res/icons/56.ico"
17 57 ICON "res/icons/57.ico"
18 58 ICON "res/icons/58.ico"
19 59 ICON "res/icons/59.ico"
20 60 ICON "res/icons/60.ico"
21 61 ICON "res/icons/61.ico"
22 62 ICON "res/icons/62.ico"
23 63 ICON "res/icons/63.ico"
24 134 ICON "res/icons/134.ico"
25 135 ICON "res/icons/135.ico"
26 144 ICON "res/icons/144.ico"
27 145 ICON "res/icons/145.ico"
28 562 ICON "res/icons/562.ico"
29 563 ICON "res/icons/563.ico"
30 15102 ICON "res/icons/15102.ico"
31
32 1678 BITMAP "res/bitmaps/1678.bmp"
33 100 BITMAP "res/bitmaps/100.bmp"
34 101 BITMAP "res/bitmaps/101.bmp"
35 102 BITMAP "res/bitmaps/102.bmp"
36
37 #include <reactos/manifest_dll.rc>
38
39 /* UTF-8 */
40 #pragma code_page(65001)
41
42 #ifdef LANGUAGE_DE_DE
43 #include "lang/de-DE.rc"
44 #endif
45 #ifdef LANGUAGE_EN_US
46 #include "lang/en-US.rc"
47 #endif
48 #ifdef LANGUAGE_HE_IL
49 #include "lang/he-IL.rc"
50 #endif
51 #ifdef LANGUAGE_NB_NO
52 #include "lang/no-NO.rc"
53 #endif
54 #ifdef LANGUAGE_PL_PL
55 #include "lang/pl-PL.rc"
56 #endif
57 #ifdef LANGUAGE_RO_RO
58 #include "lang/ro-RO.rc"
59 #endif
60 #ifdef LANGUAGE_RU_RU
61 #include "lang/ru-RU.rc"
62 #endif
63 #ifdef LANGUAGE_SQ_AL
64 #include "lang/sq-AL.rc"
65 #endif
66 #ifdef LANGUAGE_TR_TR
67 #include "lang/tr-TR.rc"
68 #endif
69 #ifdef LANGUAGE_UK_UA
70 #include "lang/uk-UA.rc"
71 #endif
72 #ifdef LANGUAGE_ZH_CN
73 #include "lang/zh-CN.rc"
74 #endif