Keep up the good work, people...

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1646 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
1999-02-08 16:25:52 +00:00
parent b38142f370
commit cad880f57f
4 changed files with 10 additions and 2 deletions

View File

@@ -11,7 +11,9 @@
#pragma implementation "tooltip.h"
#endif
#ifdef wxUSE_TOOLTIPS
#include "wx/defs.h"
#if wxUSE_TOOLTIPS
#include "wx/window.h"
#include "wx/tooltip.h"

View File

@@ -24,7 +24,9 @@
#if wxUSE_DRAG_AND_DROP
#include "wx/dnd.h"
#endif
#if wxUSE_TOOLTIPS
#include "wx/tooltip.h"
#endif
#include "wx/menu.h"
#include "wx/statusbr.h"
#include "wx/intl.h"

View File

@@ -11,7 +11,9 @@
#pragma implementation "tooltip.h"
#endif
#ifdef wxUSE_TOOLTIPS
#include "wx/defs.h"
#if wxUSE_TOOLTIPS
#include "wx/window.h"
#include "wx/tooltip.h"

View File

@@ -24,7 +24,9 @@
#if wxUSE_DRAG_AND_DROP
#include "wx/dnd.h"
#endif
#if wxUSE_TOOLTIPS
#include "wx/tooltip.h"
#endif
#include "wx/menu.h"
#include "wx/statusbr.h"
#include "wx/intl.h"