mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 01:39:27 +02:00
* copyright and added to buildunit
git-svn-id: trunk@13251 -
This commit is contained in:
parent
94d2c585a9
commit
3c0c4fc966
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user