Implemented SymLoadModuleEx.
[wine/hacks.git] / programs / winefile / rsrc.rc
blob4af570dc5da69c9bc134329f8c5c904659dd73a1
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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
17  */
19 #include <windows.h>
20 #include "resource.h"
22 /* define language neutral resources */
24 LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
26 #include "resource.rc"
28 /* include localised resources */
30 #include "Cs.rc"
31 #include "De.rc"
32 #include "En.rc"
33 #include "Es.rc"
34 #include "Fr.rc"
35 #include "Hu.rc"
36 #include "It.rc"
37 #include "Ko.rc"
38 #include "Nl.rc"
39 #include "No.rc"
40 #include "Pl.rc"
41 #include "Pt.rc"
42 #include "Ru.rc"
43 #include "Si.rc"
44 #include "Sv.rc"
45 #include "Zh.rc"