]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/tooltip.h
don't try to build shared library on platforms not supporting it
[wxWidgets.git] / include / wx / msw / tooltip.h
index 41855799d924f2682b76adc0efa99738fc8b2788..d4a29c4f9cd4d5e394d99b4323e9f193583a5403 100644 (file)
@@ -35,7 +35,7 @@ public:
     void RelayEvent(WXMSG *msg);
 
 private:
-    static HWND hwndTT;
+    static WXHWND hwndTT;
     // create the tooltip ctrl for our parent frame if it doesn't exist yet
     // and return its window handle
     WXHWND GetToolTipCtrl();
@@ -46,3 +46,4 @@ private:
     wxString  m_text;           // tooltip text
     wxWindow *m_window;         // window we're associated with
 };
+