git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40789
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
if (!wxFileExists(filename))
return wxInvalidSize;
if (!wxFileExists(filename))
return wxInvalidSize;
+#if defined(__WXPALMOS__)
+ // TODO
+ return wxInvalidSize;
+#elif defined(__WIN32__)
wxFileHandle f(filename, wxFileHandle::Read);
if (!f.IsOk())
return wxInvalidSize;
wxFileHandle f(filename, wxFileHandle::Read);
if (!f.IsOk())
return wxInvalidSize;
SndPlaySystemSound(sndWarning);
}
SndPlaySystemSound(sndWarning);
}
+bool wxIsPlatform64Bit()
+{
+ return false;
+}
+
wxString wxGetOsDescription()
{
wxString strOS = _T("PalmOS");
wxString wxGetOsDescription()
{
wxString strOS = _T("PalmOS");