Merge all binary resources for user32 in one file.
[wine.git] / dlls / user / resources / user32.rc
blob59cbabf322de94560261d5644f1ead21b474cb05
1 /*
2  * Top level resource file for USER
3  *
4  * Copyright 1999 Bertho Stultiens
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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
19  */
21 #include "windef.h"
22 #include "winbase.h"
23 #include "winuser.h"
24 #include "winnls.h"
25 #include "dlgs.h"
27 #define MDI_IDC_LISTBOX         100
28 #define IDS_MDI_MOREWINDOWS     13
29 #define IDS_ERROR               2
32  * Everything that does not depend on language,
33  * like textless bitmaps etc, go into the
34  * neutral language. This will prevent them from
35  * being duplicated for each language.
36  */
37 #include "resources/user32_bin.rc"
40  * Everything specific to any language goes
41  * in one of the specific files.
42  * Note that you can and may override resources
43  * which also have a neutral version. This is to
44  * get localized bitmaps for example.
45  */
46 #include "resources/user32_Ca.rc"
47 #include "resources/user32_Cs.rc"
48 #include "resources/user32_Da.rc"
49 #include "resources/user32_De.rc"
50 #include "resources/user32_En.rc"
51 #include "resources/user32_Eo.rc"
52 #include "resources/user32_Es.rc"
53 #include "resources/user32_Fi.rc"
54 #include "resources/user32_Fr.rc"
55 #include "resources/user32_Hu.rc"
56 #include "resources/user32_It.rc"
57 #include "resources/user32_Ko.rc"
58 #include "resources/user32_Nl.rc"
59 #include "resources/user32_No.rc"
60 #include "resources/user32_Pl.rc"
61 #include "resources/user32_Pt.rc"
62 #include "resources/user32_Ru.rc"
63 #include "resources/user32_Si.rc"
64 #include "resources/user32_Sk.rc"
65 #include "resources/user32_Sv.rc"
66 #include "resources/user32_Wa.rc"
67 #include "resources/user32_Ja.rc"
68 #include "resources/user32_Zh.rc"
70 #include "resources/version.rc"