ShellExecuteEx, ExtractIconEx, SHFileOperation, SHGetFileInfo,
[wine/wine-gecko.git] / programs / notepad / license.h
blob418bb66f5c7eb7a97ef825f3029e181bb4f81583
1 /*
2 * Notepad (license.h)
4 * Copyright 1997,98 Marcel Baur <mbaur@g26.ethz.ch>
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.
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.
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
21 VOID WineLicense(HWND hWnd);
22 VOID WineWarranty(HWND hWnd);
24 typedef struct
26 LPCSTR License, LicenseCaption;
27 LPCSTR Warranty, WarrantyCaption;
28 } LICENSE;
31 extern LICENSE WineLicense_Ca;
32 extern LICENSE WineLicense_Cz;
33 extern LICENSE WineLicense_Da;
34 extern LICENSE WineLicense_De;
37 extern LICENSE WineLicense_En;
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;