Browse Source

* use windows registry on win64 too

git-svn-id: trunk@6292 -
Vincent Snijders 18 years ago
parent
commit
479a41859f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      fcl/inc/registry.pp

+ 1 - 1
fcl/inc/registry.pp

@@ -5,7 +5,7 @@ Unit registry;
 
 interface
 
-{$ifndef win32}
+{$ifndef windows}
 {$define XMLREG}
 {$endif}