]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/tooltip.h
Added back constructor implementations
[wxWidgets.git] / include / wx / tooltip.h
index 3f23431543b09b3a2b3e302edf1cc4e0ae96d658..a378492a9a2c0a08708843f962467d6afece8e31 100644 (file)
@@ -1,6 +1,10 @@
 #ifndef _WX_TOOLTIP_H_BASE_
 #define _WX_TOOLTIP_H_BASE_
 
+#include "wx/setup.h"
+
+#if wxUSE_TOOLTIPS
+
 #if defined(__WXMSW__)
 #include "wx/msw/tooltip.h"
 #elif defined(__WXMOTIF__)
 #include "wx/mac/tooltip.h"
 #elif defined(__WXPM__)
 #include "wx/os2/tooltip.h"
-#elif defined(__WXSTUBS__)
-// #include "wx/stubs/tooltip.h"
 #endif
 
+#endif
+    // wxUSE_TOOLTIPS
+
 #endif
     // _WX_TOOLTIP_H_BASE_