]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/app.h
Removed windows.h and friend function.
[wxWidgets.git] / include / wx / msw / app.h
index fd8fb8e81550d0798a53c298e79e5f6b18233eaa..4b17c47a422eb96836f1e36ad0eb073e667b5e9d 100644 (file)
@@ -54,6 +54,8 @@ class WXDLLEXPORT wxApp: public wxEvtHandler
   virtual void Dispatch() ;
 
   void OnIdle(wxIdleEvent& event);
+  void OnEndSession(wxCloseEvent& event);
+  void OnQueryEndSession(wxCloseEvent& event);
 
 // Generic
   virtual bool OnInit() { return FALSE; };