projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
missing header file
[wxWidgets.git]
/
src
/
palmos
/
utils.cpp
diff --git
a/src/palmos/utils.cpp
b/src/palmos/utils.cpp
index 788f6e6b50f1a275c7d8a5e26f5f143ba82e19a3..81db337f9b7e1b9500c6efb82e23d3c370523b76 100644
(file)
--- a/
src/palmos/utils.cpp
+++ b/
src/palmos/utils.cpp
@@
-197,6
+197,11
@@
void wxBell()
SndPlaySystemSound(sndWarning);
}
SndPlaySystemSound(sndWarning);
}
+bool wxIsPlatform64Bit()
+{
+ return false;
+}
+
wxString wxGetOsDescription()
{
wxString strOS = _T("PalmOS");
wxString wxGetOsDescription()
{
wxString strOS = _T("PalmOS");
@@
-215,12
+220,11
@@
wxString wxGetOsDescription()
return strOS;
}
return strOS;
}
-wx
ToolkitInfo& wxAppTraits::GetToolkitInfo(
)
+wx
OperatingSystemId wxGetOsVersion(int *verMaj, int *verMin
)
{
{
- static wxToolkitInfo info;
- info.os = wxPALMOS;
- info.name = _T("wxBase");
- return info;
+ // TODO
+
+ return wxOS_UNKNOWN;
}
// ----------------------------------------------------------------------------
}
// ----------------------------------------------------------------------------