[NETAPI32] Implement DsGetDcNameA/W --> DsGetDcNameWithAccountA/W --> DsrGetDcNameEx2.
[reactos.git] / dll / win32 / iccvid / rsrc.rc
1 /*
2 * Copyright 2005 Dmitry Timoshkov
3 *
4 * This library is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU Lesser General Public
6 * License as published by the Free Software Foundation; either
7 * version 2.1 of the License, or (at your option) any later version.
8 *
9 * This library is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12 * Lesser General Public License for more details.
13 *
14 * You should have received a copy of the GNU Lesser General Public
15 * License along with this library; if not, write to the Free Software
16 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
17 */
18
19 #include <windef.h>
20
21 #include "iccvid_private.h"
22
23 /* UTF-8 */
24 #pragma code_page(65001)
25
26 #ifdef LANGUAGE_DA_DK
27 #include "lang/iccvid_Da.rc"
28 #endif
29 #ifdef LANGUAGE_DE_DE
30 #include "lang/iccvid_De.rc"
31 #endif
32 #ifdef LANGUAGE_EN_US
33 #include "lang/iccvid_En.rc"
34 #endif
35 #ifdef LANGUAGE_ES_ES
36 #include "lang/iccvid_Es.rc"
37 #endif
38 #ifdef LANGUAGE_FR_FR
39 #include "lang/iccvid_Fr.rc"
40 #endif
41 #ifdef LANGUAGE_HE_IL
42 #include "lang/iccvid_He.rc"
43 #endif
44 #ifdef LANGUAGE_HU_HU
45 #include "lang/iccvid_Hu.rc"
46 #endif
47 #ifdef LANGUAGE_IT_IT
48 #include "lang/iccvid_It.rc"
49 #endif
50 #ifdef LANGUAGE_JA_JP
51 #include "lang/iccvid_Ja.rc"
52 #endif
53 #ifdef LANGUAGE_KO_KR
54 #include "lang/iccvid_Ko.rc"
55 #endif
56 #ifdef LANGUAGE_LT_LT
57 #include "lang/iccvid_Lt.rc"
58 #endif
59 #ifdef LANGUAGE_NL_NL
60 #include "lang/iccvid_Nl.rc"
61 #endif
62 #ifdef LANGUAGE_NO_NO
63 #include "lang/iccvid_No.rc"
64 #endif
65 #ifdef LANGUAGE_PL_PL
66 #include "lang/iccvid_Pl.rc"
67 #endif
68 #ifdef LANGUAGE_PT_PT
69 #include "lang/iccvid_Pt.rc"
70 #endif
71 #ifdef LANGUAGE_RO_RO
72 #include "lang/iccvid_Ro.rc"
73 #endif
74 #ifdef LANGUAGE_RU_RU
75 #include "lang/iccvid_Ru.rc"
76 #endif
77 #ifdef LANGUAGE_SL_SI
78 #include "lang/iccvid_Si.rc"
79 #endif
80 #ifdef LANGUAGE_SQ_AL
81 #include "lang/iccvid_Sq.rc"
82 #endif
83 #ifdef LANGUAGE_SV_SE
84 #include "lang/iccvid_Sv.rc"
85 #endif
86 #ifdef LANGUAGE_TR_TR
87 #include "lang/iccvid_Tr.rc"
88 #endif
89 #ifdef LANGUAGE_UK_UA
90 #include "lang/iccvid_Uk.rc"
91 #endif
92 #ifdef LANGUAGE_ZH_CN
93 #include "lang/iccvid_Zh.rc"
94 #endif