Removed traces of the regedit unit tests.
[wine] / programs / progman / license.h
1 /*
2  * Copyright 1996 Ulrich Schmid
3  *
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.
8  *
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.
13  *
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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
17  */
18
19 VOID WineLicense(HWND hWnd, LPCSTR lpszLanguage);
20 VOID WineWarranty(HWND hWnd, LPCSTR language);
21
22 typedef struct
23 {
24   LPCSTR License, LicenseCaption;
25   LPCSTR Warranty, WarrantyCaption;
26 } LICENSE;
27
28 extern LICENSE WineLicense_Cz;
29 extern LICENSE WineLicense_Da;
30 extern LICENSE WineLicense_De;
31 extern LICENSE WineLicense_En;
32 extern LICENSE WineLicense_Eo;
33 extern LICENSE WineLicense_Es;
34 extern LICENSE WineLicense_Fi;
35 extern LICENSE WineLicense_Fr;
36 extern LICENSE WineLicense_Hu;
37 extern LICENSE WineLicense_It;
38 extern LICENSE WineLicense_Ko;
39 extern LICENSE WineLicense_No;
40 extern LICENSE WineLicense_Pl;
41 extern LICENSE WineLicense_Po;
42 extern LICENSE WineLicense_Va;