Don't use utf8 in rc files.
[wine] / programs / progman / license.h
1 /*
2  * Copyright 1996 Ulrich Schmid
3  * Copyright 2002 Sylvain Petreolle
4  *
5  * This library is free software; you can redistribute it and/or
6  * modify it under the terms of the GNU Lesser General Public
7  * License as published by the Free Software Foundation; either
8  * version 2.1 of the License, or (at your option) any later version.
9  *
10  * This library is distributed in the hope that it will be useful,
11  * but WITHOUT ANY WARRANTY; without even the implied warranty of
12  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
13  * Lesser General Public License for more details.
14  *
15  * You should have received a copy of the GNU Lesser General Public
16  * License along with this library; if not, write to the Free Software
17  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
18  */
19
20 VOID WineLicense(HWND hWnd);
21 VOID WineWarranty(HWND hWnd);
22
23 typedef struct
24 {
25   LPCSTR License, LicenseCaption;
26   LPCSTR Warranty, WarrantyCaption;
27 } LICENSE;
28
29 extern LICENSE WineLicense_Cz;
30 extern LICENSE WineLicense_Da;
31 extern LICENSE WineLicense_De;
32 extern LICENSE WineLicense_En;
33 extern LICENSE WineLicense_Eo;
34 extern LICENSE WineLicense_Es;
35 extern LICENSE WineLicense_Fi;
36 extern LICENSE WineLicense_Fr;
37 extern LICENSE WineLicense_Hu;
38 extern LICENSE WineLicense_It;
39 extern LICENSE WineLicense_Ko;
40 extern LICENSE WineLicense_No;
41 extern LICENSE WineLicense_Pl;
42 extern LICENSE WineLicense_Po;
43 extern LICENSE WineLicense_Va;