mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-19 21:20:05 +01:00
* fixed compilation on non-Linux
git-svn-id: trunk@3393 -
This commit is contained in:
parent
a387be19a0
commit
a6863b49e1
@ -81,6 +81,8 @@ const KbShiftUp = $f0;
|
||||
KbShiftHome = $f4;
|
||||
KbShiftEnd = $f5;
|
||||
|
||||
double_esc_hack_enabled : boolean = false;
|
||||
|
||||
{$ifdef Unused}
|
||||
type
|
||||
TKeyState = Record
|
||||
@ -196,7 +198,6 @@ const
|
||||
const
|
||||
oldmeta : longint = 0;
|
||||
meta : longint = 0;
|
||||
double_esc_hack_enabled : boolean = false;
|
||||
|
||||
var oldesc0,oldesc1,oldesc2,oldesc4,oldesc8:word;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user