]> git.saurik.com Git - wxWidgets.git/commitdiff
Keep up the good work, people...
authorRobert Roebling <robert@roebling.de>
Mon, 8 Feb 1999 16:25:52 +0000 (16:25 +0000)
committerRobert Roebling <robert@roebling.de>
Mon, 8 Feb 1999 16:25:52 +0000 (16:25 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1646 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/gtk/tooltip.cpp
src/gtk/window.cpp
src/gtk1/tooltip.cpp
src/gtk1/window.cpp

index cd0a8670e3fc07d2698a82846eef6d5a8e695bf8..bbe7fa2fbbb1c15075a1f23a1428a07431e0470f 100644 (file)
@@ -11,7 +11,9 @@
     #pragma implementation "tooltip.h"
 #endif
 
     #pragma implementation "tooltip.h"
 #endif
 
-#ifdef wxUSE_TOOLTIPS
+#include "wx/defs.h"
+
+#if wxUSE_TOOLTIPS
 
 #include "wx/window.h"
 #include "wx/tooltip.h"
 
 #include "wx/window.h"
 #include "wx/tooltip.h"
index 32f42e8f77e7582fa116a274a02c39657ce21fe2..7f2da39fec6abe0813ff9db5c24ed5e16cfa9254 100644 (file)
@@ -24,7 +24,9 @@
 #if wxUSE_DRAG_AND_DROP
 #include "wx/dnd.h"
 #endif
 #if wxUSE_DRAG_AND_DROP
 #include "wx/dnd.h"
 #endif
+#if wxUSE_TOOLTIPS
 #include "wx/tooltip.h"
 #include "wx/tooltip.h"
+#endif
 #include "wx/menu.h"
 #include "wx/statusbr.h"
 #include "wx/intl.h"
 #include "wx/menu.h"
 #include "wx/statusbr.h"
 #include "wx/intl.h"
index cd0a8670e3fc07d2698a82846eef6d5a8e695bf8..bbe7fa2fbbb1c15075a1f23a1428a07431e0470f 100644 (file)
@@ -11,7 +11,9 @@
     #pragma implementation "tooltip.h"
 #endif
 
     #pragma implementation "tooltip.h"
 #endif
 
-#ifdef wxUSE_TOOLTIPS
+#include "wx/defs.h"
+
+#if wxUSE_TOOLTIPS
 
 #include "wx/window.h"
 #include "wx/tooltip.h"
 
 #include "wx/window.h"
 #include "wx/tooltip.h"
index 32f42e8f77e7582fa116a274a02c39657ce21fe2..7f2da39fec6abe0813ff9db5c24ed5e16cfa9254 100644 (file)
@@ -24,7 +24,9 @@
 #if wxUSE_DRAG_AND_DROP
 #include "wx/dnd.h"
 #endif
 #if wxUSE_DRAG_AND_DROP
 #include "wx/dnd.h"
 #endif
+#if wxUSE_TOOLTIPS
 #include "wx/tooltip.h"
 #include "wx/tooltip.h"
+#endif
 #include "wx/menu.h"
 #include "wx/statusbr.h"
 #include "wx/intl.h"
 #include "wx/menu.h"
 #include "wx/statusbr.h"
 #include "wx/intl.h"