From 29f682e68e6995a13010c5b98dedd9b99bca4857 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Wed, 19 Jan 2011 10:43:57 +0200 Subject: Split WNT case into INTEL and X86_64 --- automation/source/testtool/objtest.cxx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'automation') diff --git a/automation/source/testtool/objtest.cxx b/automation/source/testtool/objtest.cxx index d0c35bcc8cb0..ddf6a0ae4e42 100644 --- a/automation/source/testtool/objtest.cxx +++ b/automation/source/testtool/objtest.cxx @@ -459,8 +459,10 @@ void TestToolObj::LoadIniFile() // Laden der IniEinstellungen, die d String aGP; ByteString abGP; -#ifdef WNT - abGP.Append( "501" ); // WinXP +#if defined WNT && defined INTEL + abGP.Append( "501" ); // Windows on x86 +#elif defined WNT && defined X86_64 + abGP.Append( "502" ); // Windows on x64 #elif defined SOLARIS && defined SPARC abGP.Append( "01" ); // Solaris SPARC #elif defined SCO -- cgit v1.2.3