Explorar el Código

+ call initvariantmanager on msdos system unit startup

git-svn-id: branches/i8086@24075 -
nickysn hace 12 años
padre
commit
bbcd3506b3
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      rtl/msdos/system.pp

+ 1 - 0
rtl/msdos/system.pp

@@ -217,4 +217,5 @@ begin
    AllFilesMask := '*.*';
 { Reset IO Error }
   InOutRes:=0;
+  initvariantmanager;
 end.