You've already forked lazarus-ccr
* 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:
@ -127,10 +127,11 @@ uses
|
|||||||
{$endif}
|
{$endif}
|
||||||
ActiveX,
|
ActiveX,
|
||||||
OleUtils,
|
OleUtils,
|
||||||
|
LCLIntf,
|
||||||
DelphiCompat,
|
DelphiCompat,
|
||||||
LclExt,
|
LclExt,
|
||||||
virtualpanningwindow,
|
virtualpanningwindow,
|
||||||
vtlogger, LCLType, LResources, LCLIntf, LMessages, Types,
|
vtlogger, LCLType, LResources, LMessages, Types,
|
||||||
SysUtils, Classes, Graphics, Controls, Forms, ImgList, StdCtrls, Menus, Printers,
|
SysUtils, Classes, Graphics, Controls, Forms, ImgList, StdCtrls, Menus, Printers,
|
||||||
SyncObjs // Thread support
|
SyncObjs // Thread support
|
||||||
//Clipbrd // Clipboard support
|
//Clipbrd // Clipboard support
|
||||||
@ -3375,7 +3376,7 @@ const
|
|||||||
|
|
||||||
var
|
var
|
||||||
//Workaround to LCL bug 8553
|
//Workaround to LCL bug 8553
|
||||||
{$ifndef Windows}
|
{$ifndef LCLWin32}
|
||||||
pf32bit: TPixelFormat = pfDevice;
|
pf32bit: TPixelFormat = pfDevice;
|
||||||
{$endif}
|
{$endif}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user