]> git.saurik.com Git - wxWidgets.git/commitdiff
Add support for the eventual inclusion of the single instance code.
authorDavid Webster <Dave.Webster@bhmi.com>
Fri, 8 Jun 2001 15:23:14 +0000 (15:23 +0000)
committerDavid Webster <Dave.Webster@bhmi.com>
Fri, 8 Jun 2001 15:23:14 +0000 (15:23 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10459 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/os2/app.h
include/wx/os2/setup.h
include/wx/os2/setup0.h

index 079330cd68390a4a509d24d0dee1272636fe715f..35a8cc9440bf386fbd053a3c40ef4d11627147fd 100644 (file)
@@ -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);
index f26dc2e7a4295f6420a13ec3f7e6e0ad0124f23b..472f2f3291bda0a1a11d62e5b7d541bfd4afe479 100644 (file)
 #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_
index 976d184b6e2cfb8ac942d24a7dcce9f8d8a2500d..aff83e7a720d70726c69146b9be2762241e93f18 100644 (file)
 #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_