Implement BeginUpdateResource and UpdateResource.
[wine.git] / programs / progman / license.h
blob4820c9f81a62e2b1e4365de25b61894aa758c424
1 /*
2 * Copyright 1996 Ulrich Schmid
3 * Copyright 2002 Sylvain Petreolle
5 * This library is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU Lesser General Public
7 * License as published by the Free Software Foundation; either
8 * version 2.1 of the License, or (at your option) any later version.
10 * This library is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 * Lesser General Public License for more details.
15 * You should have received a copy of the GNU Lesser General Public
16 * License along with this library; if not, write to the Free Software
17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
20 VOID WineLicense(HWND hWnd);
21 VOID WineWarranty(HWND hWnd);
23 typedef struct
25 LPCSTR License, LicenseCaption;
26 LPCSTR Warranty, WarrantyCaption;
27 } LICENSE;
29 extern LICENSE WineLicense_Cz;
30 extern LICENSE WineLicense_Da;
31 extern LICENSE WineLicense_De;
32 extern LICENSE WineLicense_En;
33 extern LICENSE WineLicense_Eo;
34 extern LICENSE WineLicense_Es;
35 extern LICENSE WineLicense_Fi;
36 extern LICENSE WineLicense_Fr;
37 extern LICENSE WineLicense_Hu;
38 extern LICENSE WineLicense_It;
39 extern LICENSE WineLicense_Ko;
40 extern LICENSE WineLicense_No;
41 extern LICENSE WineLicense_Pl;
42 extern LICENSE WineLicense_Po;
43 extern LICENSE WineLicense_Va;