Explorar o código

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

git-svn-id: trunk@30539 -
Károly Balogh %!s(int64=10) %!d(string=hai) anos
pai
achega
1877ce5d07
Modificáronse 1 ficheiros con 2 adicións e 3 borrados
  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;