Преглед на файлове

* copyright and added to buildunit

git-svn-id: trunk@13251 -
marco преди 16 години
родител
ревизия
3c0c4fc966
променени са 2 файла, в които са добавени 24 реда и са изтрити 1 реда
  1. 1 1
      packages/winunits-base/src/buildwinutilsbase.pp
  2. 23 0
      packages/winunits-base/src/htmlhelp.pp

+ 1 - 1
packages/winunits-base/src/buildwinutilsbase.pp

@@ -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
 

+ 23 - 0
packages/winunits-base/src/htmlhelp.pp

@@ -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