]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/app.h
Don't define __STRICT_ANSI__, we should build both with and without it.
[wxWidgets.git] / include / wx / os2 / app.h
index 26716011af35f795c3d835a65815b6df0da983e5..984783963d6051a71801afd7d586fcc3adb6f662 100644 (file)
@@ -1,10 +1,9 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        app.h
+// Name:        wx/os2/app.h
 // Purpose:     wxApp class
 // Author:      David Webster
 // Modified by:
 // Created:     10/13/99
-// RCS-ID:      $Id$
 // Copyright:   (c) David Webster
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
@@ -110,15 +109,13 @@ public:
     // Implementation
     static bool  RegisterWindowClasses(HAB vHab);
 
-    virtual bool DoYield(bool onlyIfNeeded, long eventsToProcess);
-
 public:
     int                             m_nCmdShow;
     HMQ                             m_hMq;
 
 protected:
     DECLARE_EVENT_TABLE()
-    DECLARE_NO_COPY_CLASS(wxApp)
+    wxDECLARE_NO_COPY_CLASS(wxApp);
 };
 #endif
     // _WX_APP_H_