]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/utils.cpp
don't set cursor for not realized (and not only hidden) windows
[wxWidgets.git] / 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))
 {
 }