]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/window.h
fix the bug which prevented the same wxFile/DirDialog object from being used twice...
[wxWidgets.git] / include / wx / msw / window.h
index d9c3e215ad1a4789ef4966f14579a90f66879fe6..3179973c7ce950216b34996edc7cfb2dde9dc492 100644 (file)
@@ -339,6 +339,9 @@ public:
 
     bool HandleSetCursor(WXHWND hWnd, short nHitTest, int mouseMsg);
 
+    bool HandlePower(WXWPARAM wParam, WXLPARAM lParam, bool *vetoed);
+
+
     // Window procedure
     virtual WXLRESULT MSWWindowProc(WXUINT nMsg, WXWPARAM wParam, WXLPARAM lParam);