From 4cc49137de16a09ca3f99d3476ee972e19be3e9f Mon Sep 17 00:00:00 2001 From: Stefan Neis Date: Sun, 20 Aug 2006 16:32:21 +0000 Subject: [PATCH] Added stub for wxIsPlatform64Bit. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40709 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/os2/utils.cpp | 7 +++++++ 1 file changed, 7 insertions(+) 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)) { } -- 2.45.2