]> git.saurik.com Git - wxWidgets.git/commitdiff
Added stub for wxIsPlatform64Bit.
authorStefan Neis <Stefan.Neis@t-online.de>
Sun, 20 Aug 2006 16:32:21 +0000 (16:32 +0000)
committerStefan Neis <Stefan.Neis@t-online.de>
Sun, 20 Aug 2006 16:32:21 +0000 (16:32 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40709 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/os2/utils.cpp

index cf0cbc1bedfcf4b4f9f9e8c82460960da0b20099..66db9ff3f3966d53cf19b472169a024384f717df 100644 (file)
@@ -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))
 {
 }