mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-10 10:48:12 +02:00
LCL: use TShortcut from the classes unit
git-svn-id: trunk@14768 -
This commit is contained in:
parent
8609fa32cd
commit
92bc6dea2c
@ -2582,9 +2582,6 @@ type
|
||||
function CS_To_String(CompStyle: Integer): String;
|
||||
// key mapping
|
||||
|
||||
type
|
||||
TShortCut = Low(Word)..High(Word); {should be moved to classes}
|
||||
|
||||
function HiWord(i: integer): word;
|
||||
function LoWord(i: integer): word;
|
||||
function Char2VK(C : Char) : Word;
|
||||
|
@ -40,6 +40,7 @@ interface
|
||||
// the uses clause of the XXXintf.pp
|
||||
////////////////////////////////////////////////////
|
||||
uses
|
||||
Classes,
|
||||
////////////////////////////////////////////////////
|
||||
// To get as little as posible circles,
|
||||
// uncomment only when needed for registration
|
||||
|
Loading…
Reference in New Issue
Block a user