- Implement ProtocolResetComplete
[reactos.git] / dll / win32 / wininet / rsrc.rc
1 /*
2 * Top level resource file for Wininet
3 *
4 * Copyright 2003 Mike McCormack for CodeWeavers
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 #include "winuser.h"
24 #include "winnls.h"
25
26 #include "resource.h"
27
28 /*
29 * Everything that does not depend on language,
30 * like textless bitmaps etc, go into the
31 * neutral language. This will prevent them from
32 * being duplicated for each language.
33 */
34 /* #include "wininet_xx.rc" */
35
36 /*
37 * Everything specific to any language goes
38 * in one of the specific files.
39 * Note that you can and may override resources
40 * which also have a neutral version. This is to
41 * get localized bitmaps for example.
42 */
43 #include "wininet_Bg.rc"
44 #include "wininet_Cs.rc"
45 #include "wininet_Da.rc"
46 #include "wininet_De.rc"
47 #include "wininet_En.rc"
48 #include "wininet_Eo.rc"
49 #include "wininet_Es.rc"
50 #include "wininet_Fi.rc"
51 #include "wininet_Fr.rc"
52 #include "wininet_Hu.rc"
53 #include "wininet_It.rc"
54 #include "wininet_Ja.rc"
55 #include "wininet_Ko.rc"
56 #include "wininet_Nl.rc"
57 #include "wininet_No.rc"
58 #include "wininet_Pl.rc"
59 #include "wininet_Pt.rc"
60 #include "wininet_Ru.rc"
61 #include "wininet_Si.rc"
62 #include "wininet_Sv.rc"
63 #include "wininet_Uk.rc"
64 #include "wininet_Tr.rc"