Browse Source

* Fix win64 compilation failure

git-svn-id: trunk@17114 -
pierre 14 years ago
parent
commit
1f1172e73e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/globals.pas

+ 1 - 1
compiler/globals.pas

@@ -26,7 +26,7 @@ unit globals;
 interface
 
     uses
-{$ifdef win32}
+{$ifdef windows}
       windows,
 {$endif}
 {$ifdef os2}