X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/074feed0f1027b5f3f2f9584d9f7a0f71579f271..0463eea95d0d2d38e23f076c7ab621e986d36093:/src/os2/utils.cpp?ds=inline 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)) { }