Bläddra i källkod

- suppress the warning that the $D directive is not supported on i8086-win16

git-svn-id: trunk@42632 -
nickysn 6 år sedan
förälder
incheckning
b7a4965ac3
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      compiler/scandir.pas

+ 1 - 1
compiler/scandir.pas

@@ -484,7 +484,7 @@ unit scandir;
     procedure dir_description;
       begin
         if not (target_info.system in systems_all_windows+[system_i386_os2,system_i386_emx,
-                 system_i386_netware,system_i386_wdosx,system_i386_netwlibc]) then
+                 system_i386_netware,system_i386_wdosx,system_i386_netwlibc,system_i8086_win16]) then
           Message(scan_w_description_not_support);
         { change description global var in all cases }
         { it not used but in win32, os2 and netware }