* utf8bidi is only needed for implementation, please ensure it

does not appear in any interface section except for LCLType.

git-svn-id: trunk@5912 -
This commit is contained in:
mazen 2004-09-02 14:59:55 +00:00
parent 7b4583e1bf
commit 0feb2a60d9

View File

@ -45,9 +45,6 @@ uses
{$ELSE}
glib, gdk, gtk, {$Ifndef NoGdkPixbufLib}gdkpixbuf,{$EndIf}
{$ENDIF}
{$IFDEF USE_UTF8BIDI_LCL}
utf8bidi,
{$ENDIF}
LMessages, LCLProc, LCLStrConsts, LCLIntf, LCLType, DynHashArray,
GraphType, GraphMath, Graphics, GTKWinApiWindow, LResources, Controls, Forms,
Buttons, Menus, StdCtrls, ComCtrls, CommCtrl, ExtCtrls, Dialogs, ExtDlgs,
@ -759,6 +756,10 @@ procedure EndGDKErrorTrap;
implementation
uses
{$IFDEF USE_UTF8BIDI_LCL}
utf8bidi;
{$ENDIF}
const
VKEY_FLAG_SHIFT = $01;