Merge branch 'bitness' of https://github.com/lanurmi/wxWidgets
Replace "architecture" with "bitness" for the value indicating whether the architecture uses 32 or 64 bits. See https://github.com/wxWidgets/wxWidgets/pull/2122
This commit is contained in:
@@ -280,7 +280,7 @@ void InteractiveOutputTestCase::TestPlatformInfo()
|
||||
wxPrintf(wxT("Operating system name is: %s\n"), plat.GetOperatingSystemIdName());
|
||||
wxPrintf(wxT("Port ID name is: %s\n"), plat.GetPortIdName());
|
||||
wxPrintf(wxT("Port ID short name is: %s\n"), plat.GetPortIdShortName());
|
||||
wxPrintf(wxT("Architecture is: %s\n"), plat.GetArchName());
|
||||
wxPrintf(wxT("Architecture bitness is: %s\n"), plat.GetBitnessName());
|
||||
wxPrintf(wxT("Endianness is: %s\n"), plat.GetEndiannessName());
|
||||
|
||||
wxPuts(wxEmptyString);
|
||||
|
Reference in New Issue
Block a user