* Removed windows dependency

This commit is contained in:
peter 2003-10-07 20:46:17 +00:00
parent d582ff8fca
commit 33266a3a5f

View File

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