Browse Source

* Amiga compilation fix after merge of unicodekvm branch

Nikolay Nikolov 3 years ago
parent
commit
6df6e4f7ff
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/rtl-console/src/amicommon/video.pp

+ 1 - 0
packages/rtl-console/src/amicommon/video.pp

@@ -15,6 +15,7 @@
  **********************************************************************}
 
 {$MODE OBJFPC}
+{$modeswitch advancedrecords}
 unit Video;
 
 {.$define VIDEODEBUG}