Release 970215
[wine] / programs / progman / license.h
1 VOID WineLicense(HWND hWnd, LPCSTR lpszLanguage);
2 VOID WineWarranty(HWND hWnd, LPCSTR language);
3
4 typedef struct
5 {
6   LPCSTR License, LicenseCaption;
7   LPCSTR Warranty, WarrantyCaption;
8 } LICENSE;
9
10 extern LICENSE WineLicense_Cz, WineLicense_Da, WineLicense_De, WineLicense_En;
11 extern LICENSE WineLicense_Es, WineLicense_Fi, WineLicense_Fr, WineLicense_No;