Make the menus of Delphi applications work.
[wine.git] / programs / clock / license.h
blob94dd3e8baecfef195d9a63e8d95413103176f128
1 /*
2 * Clock (license.h)
4 * Copyright 1998 by Marcel Baur <mbaur@g26.ethz.ch>
5 * Adapted from Program Manager (Original by Ulrich Schmied)
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.
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.
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
23 /* function prototypes */
25 VOID WineLicense(HWND hWnd);
26 VOID WineWarranty(HWND hWnd);
29 /* typedefs */
31 typedef struct
33 LPCSTR License, LicenseCaption;
34 LPCSTR Warranty, WarrantyCaption;
35 } LICENSE;
38 /* external references */
41 extern LICENSE WineLicense_Ca;
42 extern LICENSE WineLicense_Cz;
43 extern LICENSE WineLicense_Da;
44 extern LICENSE WineLicense_De;
47 extern LICENSE WineLicense_En;
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;