mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-27 10:20:19 +02:00
started package system (packager)
git-svn-id: trunk@2484 -
This commit is contained in:
parent
25ec796c88
commit
37c2f67b2f
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user