Sync with trunk r62529.
[reactos.git] / dll / win32 / msvfw32 / 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 #include <winuser.h>
21
22 #include "resource.h"
23
24 #ifdef LANGUAGE_DA_DK
25 #include "lang/msvfw32_Da.rc"
26 #endif
27 #ifdef LANGUAGE_EN_US
28 #include "lang/msvfw32_En.rc"
29 #endif
30 #ifdef LANGUAGE_HU_HU
31 #include "lang/msvfw32_Hu.rc"
32 #endif
33 #ifdef LANGUAGE_KO_KR
34 #include "lang/msvfw32_Ko.rc"
35 #endif
36 #ifdef LANGUAGE_NL_NL
37 #include "lang/msvfw32_Nl.rc"
38 #endif
39 #ifdef LANGUAGE_NO_NO
40 #include "lang/msvfw32_No.rc"
41 #endif
42 #ifdef LANGUAGE_PL_PL
43 #include "lang/msvfw32_Pl.rc"
44 #endif
45 #ifdef LANGUAGE_PT_PT
46 #include "lang/msvfw32_Pt.rc"
47 #endif
48 #ifdef LANGUAGE_SV_SE
49 #include "lang/msvfw32_Sv.rc"
50 #endif
51
52 /* UTF-8 */
53 #ifdef LANGUAGE_DE_DE
54 #include "lang/msvfw32_De.rc"
55 #endif
56 #ifdef LANGUAGE_ES_ES
57 #include "lang/msvfw32_Es.rc"
58 #endif
59 #ifdef LANGUAGE_FR_FR
60 #include "lang/msvfw32_Fr.rc"
61 #endif
62 #ifdef LANGUAGE_HE_IL
63 #include "lang/msvfw32_He.rc"
64 #endif
65 #ifdef LANGUAGE_IT_IT
66 #include "lang/msvfw32_It.rc"
67 #endif
68 #ifdef LANGUAGE_LT_LT
69 #include "lang/msvfw32_Lt.rc"
70 #endif
71 #ifdef LANGUAGE_RO_RO
72 #include "lang/msvfw32_Ro.rc"
73 #endif
74 #ifdef LANGUAGE_RU_RU
75 #include "lang/msvfw32_Ru.rc"
76 #endif
77 #ifdef LANGUAGE_SL_SI
78 #include "lang/msvfw32_Si.rc"
79 #endif
80 #ifdef LANGUAGE_SQ_AL
81 #include "lang/msvfw32_Sq.rc"
82 #endif
83 #ifdef LANGUAGE_TR_TR
84 #include "lang/msvfw32_Tr.rc"
85 #endif
86 #ifdef LANGUAGE_UK_UA
87 #include "lang/msvfw32_Uk.rc"
88 #endif
89 #ifdef LANGUAGE_ZH_CN
90 #include "lang/msvfw32_Zh.rc"
91 #endif