From 1f1172e73eab4b6b71e9ba568db84bfed2445ea8 Mon Sep 17 00:00:00 2001 From: pierre Date: Thu, 10 Mar 2011 13:59:19 +0000 Subject: [PATCH] * Fix win64 compilation failure git-svn-id: trunk@17114 - --- compiler/globals.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/globals.pas b/compiler/globals.pas index cb46c7b158..86da6e42b4 100644 --- a/compiler/globals.pas +++ b/compiler/globals.pas @@ -26,7 +26,7 @@ unit globals; interface uses -{$ifdef win32} +{$ifdef windows} windows, {$endif} {$ifdef os2}