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