push 150847dede558b39567907bd3738046f0ea247b2
[wine/hacks.git] / programs / winefile / rsrc.rc
blob5259936df844208af606a5b063506771e58c6ad9
1 /*
2  * Copyright 2000 Martin Fuchs
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  */
19 #include <windef.h>
20 #include <winuser.h>
22 #include "resource.h"
24 /* define language neutral resources */
26 LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
28 #include "resource.rc"
30 /* include localised resources */
32 #include "Cs.rc"
33 #include "De.rc"
34 #include "En.rc"
35 #include "Es.rc"
36 #include "Fr.rc"
37 #include "Hu.rc"
38 #include "It.rc"
39 #include "Ko.rc"
40 #include "Nl.rc"
41 #include "No.rc"
42 #include "Pl.rc"
43 #include "Pt.rc"
44 #include "Ru.rc"
45 #include "Si.rc"
46 #include "Sv.rc"
47 #include "Tr.rc"
48 #include "Zh.rc"