* Declare DelphiCompat after LCLIntf in uses clause

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@568 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
blikblum
2008-09-21 17:35:20 +00:00
parent 0a9511fbc8
commit 744eece50d

View File

@ -127,10 +127,11 @@ uses
{$endif}
ActiveX,
OleUtils,
LCLIntf,
DelphiCompat,
LclExt,
virtualpanningwindow,
vtlogger, LCLType, LResources, LCLIntf, LMessages, Types,
vtlogger, LCLType, LResources, LMessages, Types,
SysUtils, Classes, Graphics, Controls, Forms, ImgList, StdCtrls, Menus, Printers,
SyncObjs // Thread support
//Clipbrd // Clipboard support
@ -3375,7 +3376,7 @@ const
var
//Workaround to LCL bug 8553
{$ifndef Windows}
{$ifndef LCLWin32}
pf32bit: TPixelFormat = pfDevice;
{$endif}