|
From: Adriano d. S. F. <asf...@us...> - 2008-05-31 02:34:12
|
Build Version : T2.5.0.20164 Firebird 2.5 Unstable (writeBuildNum.sh,v 1.20323 2008/05/31 02:33:44 asfernandes ) Update of /cvsroot/firebird/firebird2/builds/install/arch-specific/win32 In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv3755/builds/install/arch-specific/win32 Modified Files: Tag: B2_1_Release FirebirdInstallSupportFunctions.inc Log Message: Misc Index: FirebirdInstallSupportFunctions.inc =================================================================== RCS file: /cvsroot/firebird/firebird2/builds/install/arch-specific/win32/FirebirdInstallSupportFunctions.inc,v retrieving revision 1.7.2.1 retrieving revision 1.7.2.2 diff -b -U3 -r1.7.2.1 -r1.7.2.2 --- FirebirdInstallSupportFunctions.inc 30 May 2008 11:32:11 -0000 1.7.2.1 +++ FirebirdInstallSupportFunctions.inc 31 May 2008 02:33:42 -0000 1.7.2.2 @@ -389,7 +389,7 @@ Result := ''; //if not win64 and RootKey is HKLM64 then we are on a 32-bit box, //so skip looking in registry - if ( (RootKey = HKLM64) AND (iswin32) ) then + if ( (RootKey = HKLM64) AND (isWin32) ) then //do nothing Result := '' else |