]> git.saurik.com Git - wxWidgets.git/blobdiff - src/palmos/utils.cpp
cleanup for 10.5
[wxWidgets.git] / src / palmos / utils.cpp
index f1f40adad7774ad0f40a9fed7d76265463f415d9..81db337f9b7e1b9500c6efb82e23d3c370523b76 100644 (file)
@@ -197,6 +197,11 @@ void wxBell()
     SndPlaySystemSound(sndWarning);
 }
 
+bool wxIsPlatform64Bit()
+{
+    return false;
+}
+
 wxString wxGetOsDescription()
 {
     wxString strOS = _T("PalmOS");