From 5f02e9ea771c565fd44c11cae4d7b95351e5b2b0 Mon Sep 17 00:00:00 2001 From: mattias Date: Sun, 17 Jul 2005 01:27:22 +0000 Subject: [PATCH] removed %MainUnit directive git-svn-id: trunk@7363 - --- lcl/include/lclintfh.inc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lcl/include/lclintfh.inc b/lcl/include/lclintfh.inc index 07cb130d5d..472da26ab7 100644 --- a/lcl/include/lclintfh.inc +++ b/lcl/include/lclintfh.inc @@ -1,4 +1,5 @@ -{%MainUnit ../interfacebase.pp} +// This include file is used by two units: interfacebase.pp and lclintf.pas +// Do not add a %MainUnit directive here. (****************************************************************************** All interface communication related stuff goes here. This file is used by both LCLLinux and InterfaceBase @@ -147,6 +148,9 @@ procedure RaiseLastOSError; { ============================================================================= $Log$ + Revision 1.32 2005/07/17 01:27:22 mattias + removed %MainUnit directive + Revision 1.31 2005/07/01 12:07:49 mattias moved some menu intf methods to the TXXXWSMenuItem class from Martin Smat