Browse Source

* fixed compilation of the video unit on Windows

git-svn-id: branches/unicodekvm@48817 -
nickysn 4 years ago
parent
commit
38ef18b4f4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/rtl-console/src/win/video.pp

+ 1 - 1
packages/rtl-console/src/win/video.pp

@@ -23,7 +23,7 @@ procedure VideoSetConsoleOutHandle (NewHandle: THandle);
 implementation
 
 uses
-  windows,dos;
+  windows,dos,graphemebreakproperty,eastasianwidth;
 
 {$i video.inc}