Added stub for wxIsPlatform64Bit.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40709 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Neis
2006-08-20 16:32:21 +00:00
parent a9f620daf4
commit 4cc49137de

View 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))
{
}