push cc8bc80451cc24f4d7cf75168b569f0ebfe19547
[wine/hacks.git] / dlls / oledlg / rsrc.rc
blob6379efcb4f8ed04a15d82944014353640e15d57c
1 /*
2  * Top level resource file for OLE Dialogs
3  *
4  * Copyright 2003 Ulrich Czekalla 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  */
21 #include "windef.h"
22 #include "winbase.h"
23 #include "winuser.h"
24 #include "winnls.h"
25 #include "oledlg.h"
27 #include "resource.h"
30  * Everything specific to any language goes
31  * in one of the specific files.
32  * Note that you can and may override resources
33  * which also have a neutral version. This is to
34  * get localized bitmaps for example.
35  */
36 #include "oledlg_Cs.rc"
37 #include "oledlg_Da.rc"
38 #include "oledlg_De.rc"
39 #include "oledlg_En.rc"
40 #include "oledlg_Es.rc"
41 #include "oledlg_Fr.rc"
42 #include "oledlg_Hu.rc"
43 #include "oledlg_It.rc"
44 #include "oledlg_Ja.rc"
45 #include "oledlg_Ko.rc"
46 #include "oledlg_Nl.rc"
47 #include "oledlg_No.rc"
48 #include "oledlg_Pl.rc"
49 #include "oledlg_Pt.rc"
50 #include "oledlg_Ru.rc"
51 #include "oledlg_Si.rc"
52 #include "oledlg_Sv.rc"
53 #include "oledlg_Tr.rc"
54 #include "oledlg_Zh.rc"