fixed compilation after removal of TSize from LCLType

git-svn-id: trunk@8740 -
This commit is contained in:
vincents 2006-02-16 09:40:12 +00:00
parent c945f4fca6
commit aaeb49acbe
3 changed files with 7 additions and 7 deletions

View File

@ -34,7 +34,7 @@ interface
{$ENDIF}
uses
Classes, SysUtils,LCLType,Printers;
Types, Classes, SysUtils, LCLType,Printers;
const
{$i winutilprnconst.inc}

View File

@ -62,6 +62,11 @@ uses
// if not, Rect and Point are taken from the windows unit instead of classes.
Windows,
{$ENDIF}
{$IFDEF UNIX}
// use unix units first,
// if not, TSize is taken from the unix unit instead of types.
ctypes, baseunix, unix,
{$ENDIF}
{$IFDEF TraceGdiCalls}
LineInfo,
{$ENDIF}
@ -77,7 +82,7 @@ uses
{$ENDIF}
// Target OS specific
{$IFDEF UNIX}
x, xlib, ctypes, baseunix, unix,
x, xlib,
{$ENDIF}
// LCL
ExtDlgs, Dialogs, Controls, Forms, LCLStrConsts, LMessages,

View File

@ -81,11 +81,6 @@ function GetTickStep: DWord;
implementation
{$IFNDEF Win32}
uses
Unix;
{$ENDIF}
var
FPredefinedClipboardFormats:
array[TPredefinedClipboardFormat] of TClipboardFormat;