Jelajahi Sumber

* 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 tahun lalu
induk
melakukan
2095cca98f
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 2 2
      compiler/compiler.pas

+ 2 - 2
compiler/compiler.pas

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