diff --git a/src/msw/utils.cpp b/src/msw/utils.cpp index d86d45d0c5..d2b7d97c53 100644 --- a/src/msw/utils.cpp +++ b/src/msw/utils.cpp @@ -1175,6 +1175,9 @@ wxString wxGetOsDescription() str << _T(", ") << info.szCSDVersion; } str << _T(')'); + + if ( wxIsPlatform64Bit() ) + str << _(", 64-bit edition"); break; } }