From 479a41859ffda2cc053e5877b8b45ed5c2a2838d Mon Sep 17 00:00:00 2001 From: Vincent Snijders Date: Fri, 2 Feb 2007 09:01:40 +0000 Subject: [PATCH] * use windows registry on win64 too git-svn-id: trunk@6292 - --- fcl/inc/registry.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fcl/inc/registry.pp b/fcl/inc/registry.pp index b879724d49..2ea790c804 100644 --- a/fcl/inc/registry.pp +++ b/fcl/inc/registry.pp @@ -5,7 +5,7 @@ Unit registry; interface -{$ifndef win32} +{$ifndef windows} {$define XMLREG} {$endif}