Просмотр исходного кода

Do not disable monitor feature for Android OS, but disable it for win16 OS

Pierre Muller 2 недель назад
Родитель
Сommit
35ebd43d39
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      compiler/options.pas

+ 2 - 2
compiler/options.pas

@@ -2218,8 +2218,8 @@ begin
   end;
 
   { monitor support? }
-  if not(target_info.system in systems_aix+systems_bsd+systems_linux+
-    systems_nativent+systems_solaris+systems_wasm+systems_all_windows+systems_darwin) then
+  if not(target_info.system in systems_aix+systems_bsd+systems_linux+systems_android+
+    systems_nativent+systems_solaris+systems_wasm+systems_all_windows-[system_i8086_win16]+systems_darwin) then
     Include(target_unsup_features,f_monitor);
 
   if def then