mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
remove old headerfile "license.h"
svn path=/trunk/; revision=16014
This commit is contained in:
parent
3f0cb9fa9f
commit
836c8f9265
2 changed files with 0 additions and 28 deletions
|
@ -1,24 +0,0 @@
|
|||
VOID WineLicense(HWND hWnd, LPCSTR lpszLanguage);
|
||||
VOID WineWarranty(HWND hWnd, LPCSTR language);
|
||||
|
||||
typedef struct
|
||||
{
|
||||
LPCSTR License, LicenseCaption;
|
||||
LPCSTR Warranty, WarrantyCaption;
|
||||
} LICENSE;
|
||||
|
||||
extern LICENSE WineLicense_Cz;
|
||||
extern LICENSE WineLicense_Da;
|
||||
extern LICENSE WineLicense_De;
|
||||
extern LICENSE WineLicense_En;
|
||||
extern LICENSE WineLicense_Eo;
|
||||
extern LICENSE WineLicense_Es;
|
||||
extern LICENSE WineLicense_Fi;
|
||||
extern LICENSE WineLicense_Fr;
|
||||
extern LICENSE WineLicense_Hu;
|
||||
extern LICENSE WineLicense_It;
|
||||
extern LICENSE WineLicense_Ko;
|
||||
extern LICENSE WineLicense_No;
|
||||
extern LICENSE WineLicense_Pl;
|
||||
extern LICENSE WineLicense_Po;
|
||||
extern LICENSE WineLicense_Va;
|
|
@ -251,10 +251,6 @@ SOURCE=.\license.c
|
|||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\license.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\resource.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
|
Loading…
Reference in a new issue