From: Stefan Neis Date: Sun, 20 Aug 2006 16:32:21 +0000 (+0000) Subject: Added stub for wxIsPlatform64Bit. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/4cc49137de16a09ca3f99d3476ee972e19be3e9f Added stub for wxIsPlatform64Bit. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40709 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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)) { }