Added a simple test set for window classes.
[wine/multimedia.git] / programs / progman / license.h
blob35649e63f293f38ad2ddcbbc301e1c6c3ade3171
1 /*
2 * Copyright 1996 Ulrich Schmid
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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
19 VOID WineLicense(HWND hWnd, LPCSTR lpszLanguage);
20 VOID WineWarranty(HWND hWnd, LPCSTR language);
22 typedef struct
24 LPCSTR License, LicenseCaption;
25 LPCSTR Warranty, WarrantyCaption;
26 } LICENSE;
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;