]> gcc.gnu.org Git - gcc.git/commit - libjava/win32.cc
win32.cc (_Jv_platform_initProperties): Use generic names like "x86" for the "os...
authorRanjit Mathew <rmathew@hotmail.com>
Sat, 26 Jul 2003 23:17:06 +0000 (23:17 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Sat, 26 Jul 2003 23:17:06 +0000 (23:17 +0000)
commit14a5a676c1b1e31036f09de344a5433b0f0b38f3
tree4e062c314565c0a1e89ff1688344153f2bbd472a
parentd6f6aaf66cf81e018655bf550b5ea8bd15189e59
win32.cc (_Jv_platform_initProperties): Use generic names like "x86" for the "os.arch" property to be consistent with...

2003-07-26  Ranjit Mathew  <rmathew@hotmail.com>

* win32.cc (_Jv_platform_initProperties): Use generic names
like "x86" for the "os.arch" property to be consistent with
what Sun's JDK produces. Use the wProcessorArchitecture
member of the Win32 SYSTEM_INFO structure, filled in a call
to GetSystemInfo( ), instead of dwProcessorType.

From-SVN: r69837
libjava/ChangeLog
libjava/win32.cc
This page took 0.057464 seconds and 5 git commands to generate.