msi/tests: Delete the temp .msi file in all failure cases.
[wine.git] / dlls / user32 / resources.h
blob381cb08c6e4dbb72bfe145779f9efab7f71b606e
1 /*
2 * Copyright 1999 Bertho Stultiens
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.
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.
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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
19 #define OEMRESOURCE
20 #include <windef.h>
21 #include <winbase.h>
22 #include <winuser.h>
23 #include <winnls.h>
24 #include <dlgs.h>
26 #define MDI_IDC_LISTBOX 100
27 #define IDS_MDI_MOREWINDOWS 13
28 #define MSGBOX_IDICON stc1
29 #define MSGBOX_IDTEXT 0xffff
30 #define IDS_ERROR 2
31 #define IDS_STRING_OK 800
32 #define IDS_STRING_CANCEL 801
33 #define IDS_STRING_ABORT 802
34 #define IDS_STRING_RETRY 803
35 #define IDS_STRING_IGNORE 804
36 #define IDS_STRING_YES 805
37 #define IDS_STRING_NO 806
38 #define IDS_STRING_CLOSE 807
39 #define IDS_STRING_HELP 808
40 #define IDS_STRING_TRYAGAIN 809
41 #define IDS_STRING_CONTINUE 810