]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/tbarbase.h
constraints for notebook pages work (again)
[wxWidgets.git] / include / wx / tbarbase.h
index b410ac6a829aa13e3bdfd422d308370fe309ec3f..c1b0ce3ad0ed83107efa04d9e584a03ce23bcc2b 100644 (file)
@@ -188,7 +188,7 @@ class WXDLLEXPORT wxToolBarBase : public wxControl
   void OnIdle(wxIdleEvent& event);
 
   // Required to force normal cursor-setting behaviour in Windows
-#ifdef __WINDOWS__
+#ifdef __WXMSW__
   virtual void MSWOnMouseMove(int x, int y, const WXUINT flags);
 #endif