Browse Source

* win16 compilation fix after merge of unicodekvm branch

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

+ 3 - 0
packages/rtl-console/src/win16/video.pp

@@ -15,6 +15,9 @@
  **********************************************************************}
 unit video;
 
+{$mode objfpc}
+{$modeswitch advancedrecords}
+
 { smart callbacks: on }
 {$K+}