Explorar o código

* 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 %!s(int64=8) %!d(string=hai) anos
pai
achega
2095cca98f
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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}