Ver Fonte

* 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 há 8 anos atrás
pai
commit
2095cca98f
1 ficheiros alterados com 2 adições e 2 exclusões
  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}