Browse Source

* 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 năm trước cách đây
mục cha
commit
2095cca98f
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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}