]> git.saurik.com Git - wxWidgets.git/commitdiff
Must honour wxUSE_TOOLTIPS in tooltip.h
authorMattia Barbon <mbarbon@cpan.org>
Sat, 24 Nov 2001 23:55:43 +0000 (23:55 +0000)
committerMattia Barbon <mbarbon@cpan.org>
Sat, 24 Nov 2001 23:55:43 +0000 (23:55 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12653 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/tooltip.h

index 3f23431543b09b3a2b3e302edf1cc4e0ae96d658..4dc9c82dc0c8f13abeb0b663f06113c43fb90fcc 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__)
@@ -15,5 +19,8 @@
 // #include "wx/stubs/tooltip.h"
 #endif
 
+#endif
+    // wxUSE_TOOLTIPS
+
 #endif
     // _WX_TOOLTIP_H_BASE_