- Create KD branch. All debugging support is removed in this branch (no symbols,...
[reactos.git] / reactos / dll / win32 / oledlg / rsrc.rc
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 */
20
21 #include "windef.h"
22 #include "winbase.h"
23 #include "winuser.h"
24 #include "winnls.h"
25 #include "resource.h"
26
27 /*
28 * Everything specific to any language goes
29 * in one of the specific files.
30 * Note that you can and may override resources
31 * which also have a neutral version. This is to
32 * get localized bitmaps for example.
33 */
34 #include "oledlg_Cs.rc"
35 #include "oledlg_De.rc"
36 #include "oledlg_En.rc"
37 #include "oledlg_Es.rc"
38 #include "oledlg_Fr.rc"
39 #include "oledlg_Hu.rc"
40 #include "oledlg_It.rc"
41 #include "oledlg_Ja.rc"
42 #include "oledlg_Ko.rc"
43 #include "oledlg_Nl.rc"
44 #include "oledlg_No.rc"
45 #include "oledlg_Pt.rc"
46 #include "oledlg_Tr.rc"
47 #include "oledlg_Uk.rc"