summaryrefslogtreecommitdiff
path: root/automation/source
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@novell.com>2011-01-19 10:43:57 +0200
committerTor Lillqvist <tlillqvist@novell.com>2011-01-22 02:28:32 +0200
commit29f682e68e6995a13010c5b98dedd9b99bca4857 (patch)
treea6fe440827732248c55dbf2200fc2c0ee0f1df3b /automation/source
parent22d4f8973fbab2f07faf3a83f6cf013d54750e9f (diff)
Split WNT case into INTEL and X86_64
Diffstat (limited to 'automation/source')
-rw-r--r--automation/source/testtool/objtest.cxx6
1 files changed, 4 insertions, 2 deletions
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