Explorar el Código

* fixed compilation of the video unit on Windows

git-svn-id: branches/unicodekvm@48817 -
nickysn hace 4 años
padre
commit
38ef18b4f4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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}