Linker fix for non-PM builds.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53708 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Neis
2008-05-22 21:21:36 +00:00
parent 1e6ffd6691
commit eccec0f887

View File

@@ -54,6 +54,16 @@ public:
#endif
};
#ifndef __WXPM__
inline void wxGUIAppTraits::InitializeGui(unsigned long &WXUNUSED(ulHab))
{
}
inline void wxGUIAppTraits::TerminateGui(unsigned long WXUNUSED(ulHab))
{
}
#endif
#endif // wxUSE_GUI
#endif // _WX_OS2_APPTRAIT_H_