started package system (packager)

git-svn-id: trunk@2484 -
This commit is contained in:
mattias 2002-08-17 23:41:25 +00:00
parent 25ec796c88
commit 37c2f67b2f
2 changed files with 13 additions and 2 deletions

View File

@ -1,3 +1,5 @@
// included by lcllinux.pp
(******************************************************************************
All Winapi related stuff goes here.
This file is used by LCLLinux
@ -24,7 +26,7 @@
******************************************************************************)
{******************************************************************************
Platform specific stuff
These functions redirect to the platform specific interface object.
******************************************************************************}
//##apiwiz##sps## // Do not remove
@ -1555,9 +1557,15 @@ begin
end;
//##apiwiz##epi## // Do not remove
// included by lcllinux.pp
{ =============================================================================
$Log$
Revision 1.72 2003/02/28 10:14:29 mattias
started package system (packager)
Revision 1.71 2003/02/26 12:44:52 mattias
readonly flag is now only saved if user set

View File

@ -31,7 +31,7 @@
Platform specific stuff
******************************************************************************}
//##apiwiz##sps## // Do not remove
function Arc(DC: HDC; x,y,width,height,angle1,angle2 : Integer): Boolean; {$IFDEF IF_BASE_MEMBER}virtual;{$ENDIF}
function AngleChord(DC: HDC; x,y,width,height,angle1,angle2 : Integer): Boolean; {$IFDEF IF_BASE_MEMBER}virtual;{$ENDIF}
@ -372,6 +372,9 @@ procedure RaiseLastOSError;
{ =============================================================================
$Log$
Revision 1.66 2003/02/28 10:14:29 mattias
started package system (packager)
Revision 1.65 2003/02/26 12:44:52 mattias
readonly flag is now only saved if user set