Przeglądaj źródła

rtl-console/amicommon: trying harder to not break this for AROS.

git-svn-id: trunk@30539 -
Károly Balogh 10 lat temu
rodzic
commit
1877ce5d07
1 zmienionych plików z 2 dodań i 3 usunięć
  1. 2 3
      packages/rtl-console/src/amicommon/video.pp

+ 2 - 3
packages/rtl-console/src/amicommon/video.pp

@@ -228,11 +228,10 @@ end;
 
 
 procedure SysInitVideo;
-{$IFNDEF AROS}
 var
-  Counter, Counter2: LongInt;
+  Counter,
+  Counter2: LongInt;
   P: PWord;
-{$ENDIF}
 begin
 {$IFDEF MORPHOS}
   InitGraphicsLibrary;