mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-07 10:09:10 +01:00
* Removed windows dependency
This commit is contained in:
parent
d582ff8fca
commit
33266a3a5f
@ -1,10 +1,12 @@
|
|||||||
{$IFDEF FPC}
|
{$IFDEF FPC}
|
||||||
{$MODE DELPHI}
|
{$MODE DELPHI}
|
||||||
{$ENDIF}
|
{$ENDIF}
|
||||||
uses windows,classes;
|
uses classes;
|
||||||
|
|
||||||
|
|
||||||
type
|
type
|
||||||
|
HDC = Cardinal;
|
||||||
|
|
||||||
TNotifyEventA = procedure (Sender:TObject) of object;
|
TNotifyEventA = procedure (Sender:TObject) of object;
|
||||||
|
|
||||||
TwolBrushes = class
|
TwolBrushes = class
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user