git-svn-id: branches/unicodekvm@48824 -
@@ -55,7 +55,7 @@ var
implementation
uses
- exec, agraphics;
+ exec, agraphics, graphemebreakproperty, eastasianwidth;
procedure SysUpdateScreen(Force: Boolean); forward;
@@ -27,7 +27,8 @@ implementation
mouse,
- go32;
+ go32,
+ graphemebreakproperty,eastasianwidth;
{$i video.inc}
- dos;
+ dos,
@@ -23,7 +23,7 @@ interface
+ dos,graphemebreakproperty,eastasianwidth;
{$i nwsys.inc}
@@ -22,7 +22,7 @@ interface
- Libc;
+ Libc,graphemebreakproperty,eastasianwidth;
- DosCalls, VioCalls, Mouse;
+ DosCalls, VioCalls, Mouse, graphemebreakproperty, eastasianwidth;
@@ -31,7 +31,7 @@ var
- WinProcs;
+ WinProcs, graphemebreakproperty, eastasianwidth;
{$I video.inc}