push cc8bc80451cc24f4d7cf75168b569f0ebfe19547
[wine/hacks.git] / dlls / user32 / resources / user32.rc
blob6d33b2175ddd73a01c65a698a8afba9d5c41db4f
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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
19  */
21 #define OEMRESOURCE
22 #include "windef.h"
23 #include "winbase.h"
24 #include "winuser.h"
25 #include "winnls.h"
26 #include "dlgs.h"
28 #define MDI_IDC_LISTBOX         100
29 #define IDS_MDI_MOREWINDOWS     13
30 #define IDS_ERROR               2
33  * Everything that does not depend on language,
34  * like textless bitmaps etc, go into the
35  * neutral language. This will prevent them from
36  * being duplicated for each language.
37  */
38 #include "resources/user32_bin.rc"
41  * Everything specific to any language goes
42  * in one of the specific files.
43  * Note that you can and may override resources
44  * which also have a neutral version. This is to
45  * get localized bitmaps for example.
46  */
47 #include "resources/user32_Bg.rc"
48 #include "resources/user32_Ca.rc"
49 #include "resources/user32_Cs.rc"
50 #include "resources/user32_Da.rc"
51 #include "resources/user32_De.rc"
52 #include "resources/user32_En.rc"
53 #include "resources/user32_Eo.rc"
54 #include "resources/user32_Es.rc"
55 #include "resources/user32_Fi.rc"
56 #include "resources/user32_Fr.rc"
57 #include "resources/user32_Hu.rc"
58 #include "resources/user32_It.rc"
59 #include "resources/user32_Ko.rc"
60 #include "resources/user32_Lt.rc"
61 #include "resources/user32_Nl.rc"
62 #include "resources/user32_No.rc"
63 #include "resources/user32_Pl.rc"
64 #include "resources/user32_Pt.rc"
65 #include "resources/user32_Ro.rc"
66 #include "resources/user32_Ru.rc"
67 #include "resources/user32_Si.rc"
68 #include "resources/user32_Sk.rc"
69 #include "resources/user32_Sv.rc"
70 #include "resources/user32_Tr.rc"
71 #include "resources/user32_Uk.rc"
72 #include "resources/user32_Wa.rc"
73 #include "resources/user32_Ja.rc"
74 #include "resources/user32_Zh.rc"
76 #include "resources/version.rc"