* Sync up to trunk HEAD (r62285). Branch guys deserve the significant speedups too ;)
[reactos.git] / dll / win32 / msrle32 / rsrc.rc
1 /*
2 * Top level resource file for MS-RLE
3 *
4 * Copyright 2002 Michael Günnewig
5 *
6 * This library is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU Lesser General Public
8 * License as published by the Free Software Foundation; either
9 * version 2.1 of the License, or (at your option) any later version.
10 *
11 * This library is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 * Lesser General Public License for more details.
15 *
16 * You should have received a copy of the GNU Lesser General Public
17 * License along with this library; if not, write to the Free Software
18 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
19 */
20
21 //#include "windef.h"
22 //#include "winbase.h"
23
24 //#include "msrle_private.h"
25
26 /*
27 * Everything specific to any language goes
28 * in one of the specific files.
29 * Note that you can and may override resources
30 * which also have a neutral version. This is to
31 * get localized bitmaps for example.
32 */
33
34 #ifdef LANGUAGE_BG_BG
35 #include "lang/msrle_Bg.rc"
36 #endif
37 #ifdef LANGUAGE_CS_CZ
38 #include "lang/msrle_Cs.rc"
39 #endif
40 #ifdef LANGUAGE_DA_DK
41 #include "lang/msrle_Da.rc"
42 #endif
43 #ifdef LANGUAGE_ES_ES
44 #include "lang/msrle_Es.rc"
45 #endif
46 #ifdef LANGUAGE_HU_HU
47 #include "lang/msrle_Hu.rc"
48 #endif
49 #ifdef LANGUAGE_IT_IT
50 #include "lang/msrle_It.rc"
51 #endif
52 #ifdef LANGUAGE_KO_KR
53 #include "lang/msrle_Ko.rc"
54 #endif
55 #ifdef LANGUAGE_NL_NL
56 #include "lang/msrle_Nl.rc"
57 #endif
58 #ifdef LANGUAGE_NO_NO
59 #include "lang/msrle_No.rc"
60 #endif
61 #ifdef LANGUAGE_PL_PL
62 #include "lang/msrle_Pl.rc"
63 #endif
64 #ifdef LANGUAGE_PT_PT
65 #include "lang/msrle_Pt.rc"
66 #endif
67 #ifdef LANGUAGE_SV_SE
68 #include "lang/msrle_Sv.rc"
69 #endif
70
71 /* UTF-8 */
72 #ifdef LANGUAGE_DE_DE
73 #include "lang/msrle_De.rc"
74 #endif
75 #ifdef LANGUAGE_EN_US
76 #include "lang/msrle_En.rc"
77 #endif
78 #ifdef LANGUAGE_FR_FR
79 #include "lang/msrle_Fr.rc"
80 #endif
81 #ifdef LANGUAGE_HE_IL
82 #include "lang/msrle_He.rc"
83 #endif
84 #ifdef LANGUAGE_JA_JP
85 #include "lang/msrle_Ja.rc"
86 #endif
87 #ifdef LANGUAGE_LT_LT
88 #include "lang/msrle_Lt.rc"
89 #endif
90 #ifdef LANGUAGE_RO_RO
91 #include "lang/msrle_Ro.rc"
92 #endif
93 #ifdef LANGUAGE_RU_RU
94 #include "lang/msrle_Ru.rc"
95 #endif
96 #ifdef LANGUAGE_SL_SI
97 #include "lang/msrle_Si.rc"
98 #endif
99 #ifdef LANGUAGE_SQ_AL
100 #include "lang/msrle_Sq.rc"
101 #endif
102 #ifdef LANGUAGE_TR_TR
103 #include "lang/msrle_Tr.rc"
104 #endif
105 #ifdef LANGUAGE_UK_UA
106 #include "lang/msrle_Uk.rc"
107 #endif