X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/074feed0f1027b5f3f2f9584d9f7a0f71579f271..1f5cf9cc23f7763e9ee7984b171bb4b6a3ce3ffb:/src/os2/utils.cpp?ds=sidebyside diff --git a/src/os2/utils.cpp b/src/os2/utils.cpp index cf0cbc1bed..66db9ff3f3 100644 --- a/src/os2/utils.cpp +++ b/src/os2/utils.cpp @@ -317,6 +317,13 @@ wxString wxGetOsDescription() return strVer; } +bool wxIsPlatform64Bit() +{ + // FIXME: No idea how to test for 64 bit processor + // (Probably irrelevant anyhow, though). + return false; +} + void wxAppTraits::InitializeGui(unsigned long &WXUNUSED(ulHab)) { }