Преглед на файлове

* ensure that source info is set correctly on Win64 by including i_win for all Windows targets (this is especially important when cross compiling (e.g. Java) as otherwise the utilities won't be found correctly)

git-svn-id: trunk@36871 -
svenbarth преди 8 години
родител
ревизия
2095cca98f
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      compiler/compiler.pas

+ 2 - 2
compiler/compiler.pas

@@ -124,9 +124,9 @@ uses
 {$ifdef wii}
   ,i_wii
 {$endif wii}
-{$ifdef win32}
+{$ifdef windows}
   ,i_win
-{$endif win32}
+{$endif windows}
 {$ifdef symbian}
   ,i_symbian
 {$endif symbian}