* copyright and added to buildunit

git-svn-id: trunk@13251 -
This commit is contained in:
marco 2009-06-09 20:07:07 +00:00
parent 94d2c585a9
commit 3c0c4fc966
2 changed files with 24 additions and 1 deletions

View File

@ -23,7 +23,7 @@ interface
uses
flatsb, winver, mmsystem, comconst, commctrl, comobj, commdlg,
ole2, activex, shellapi, shlobj, oleserver, shfolder, richedit,
imagehlp, wininet, uxtheme, dwmapi, multimon;
imagehlp, wininet, uxtheme, dwmapi, multimon, htmlhelp;
implementation

View File

@ -1,3 +1,26 @@
{
This file is part of the Free Pascal run time library.
Copyright (c) 2009 by Marco van de Voort
member of the Free Pascal development team.
See the file COPYING.FPC, included in this distribution,
for details about the copyright.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Original copyright statement follows.
/****************************************************************************
* *
* HtmlHelp.h *
* *
* Copyright (c) 1996-1997, Microsoft Corp. All rights reserved. *
* *
****************************************************************************/
}
unit htmlhelp;
interface