From: David Webster Date: Fri, 8 Jun 2001 15:23:14 +0000 (+0000) Subject: Add support for the eventual inclusion of the single instance code. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/153b1416a46501477067e0edd4626b0d16e0e1ec?hp=ae090fdb7f4be47466b5728ad37065923b48c8c3 Add support for the eventual inclusion of the single instance code. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10459 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/os2/app.h b/include/wx/os2/app.h index 079330cd68..35a8cc9440 100644 --- a/include/wx/os2/app.h +++ b/include/wx/os2/app.h @@ -117,6 +117,7 @@ public: static void CleanUp(void); static bool RegisterWindowClasses(HAB vHab); + virtual void DoMessage(WXMSG *pMsg); virtual bool DoMessage(void); virtual bool ProcessMessage(WXMSG* pMsg); void DeletePendingObjects(void); diff --git a/include/wx/os2/setup.h b/include/wx/os2/setup.h index f26dc2e7a4..472f2f3291 100644 --- a/include/wx/os2/setup.h +++ b/include/wx/os2/setup.h @@ -327,5 +327,8 @@ #define wxUSE_GENERIC_DIALOGS_IN_OS2 0 // Define 1 to use generic dialogs in Windows, even though // they duplicate native common dialog (e.g. wxColourDialog) + +#define wxUSE_SNGLINST_CHECKER 1 + #endif // _WX_SETUP_H_ diff --git a/include/wx/os2/setup0.h b/include/wx/os2/setup0.h index 976d184b6e..aff83e7a72 100644 --- a/include/wx/os2/setup0.h +++ b/include/wx/os2/setup0.h @@ -326,5 +326,8 @@ #define wxUSE_GENERIC_DIALOGS_IN_OS2 0 // Define 1 to use generic dialogs in Windows, even though // they duplicate native common dialog (e.g. wxColourDialog) + +#define wxUSE_SNGLINST_CHECKER 1 + #endif // _WX_SETUP_H_