From eccec0f887519b0d1ad69cb0fb2fed0687dc6965 Mon Sep 17 00:00:00 2001 From: Stefan Neis Date: Thu, 22 May 2008 21:21:36 +0000 Subject: [PATCH] Linker fix for non-PM builds. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53708 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/os2/apptrait.h | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/include/wx/os2/apptrait.h b/include/wx/os2/apptrait.h index e179703374..cd9fa56e54 100644 --- a/include/wx/os2/apptrait.h +++ b/include/wx/os2/apptrait.h @@ -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_ -- 2.45.2