Added some Czech resources.
[wine] / programs / clock / license.h
1 /*
2  * Clock (license.h)
3  *
4  * Copyright 1998 by Marcel Baur <mbaur@g26.ethz.ch>
5  * Adapted from Program Manager (Original by Ulrich Schmied)
6  *
7  * This library is free software; you can redistribute it and/or
8  * modify it under the terms of the GNU Lesser General Public
9  * License as published by the Free Software Foundation; either
10  * version 2.1 of the License, or (at your option) any later version.
11  *
12  * This library is distributed in the hope that it will be useful,
13  * but WITHOUT ANY WARRANTY; without even the implied warranty of
14  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
15  * Lesser General Public License for more details.
16  *
17  * You should have received a copy of the GNU Lesser General Public
18  * License along with this library; if not, write to the Free Software
19  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
20  */
21
22
23 /* function prototypes */
24
25 VOID WineLicense(HWND hWnd);
26 VOID WineWarranty(HWND hWnd);
27
28
29 /* typedefs */
30
31 typedef struct
32 {
33   LPCSTR License, LicenseCaption;
34   LPCSTR Warranty, WarrantyCaption;
35 } LICENSE;
36
37
38 /* external references */
39
40 /*
41 extern LICENSE WineLicense_Ca;
42 extern LICENSE WineLicense_Cz;
43 extern LICENSE WineLicense_Da;
44 extern LICENSE WineLicense_De;
45 */
46
47 extern LICENSE WineLicense_En;
48
49 /*
50 extern LICENSE WineLicense_Eo;
51 extern LICENSE WineLicense_Es;
52 extern LICENSE WineLicense_Fi;
53 extern LICENSE WineLicense_Fr;
54 extern LICENSE WineLicense_Hu;
55 extern LICENSE WineLicense_It;
56 extern LICENSE WineLicense_Ko;
57 extern LICENSE WineLicense_No;
58 extern LICENSE WineLicense_Pl;
59 extern LICENSE WineLicense_Po;
60 extern LICENSE WineLicense_Sw;
61 extern LICENSE WineLicense_Va;
62 */