Fixed for old gnuwin32

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5735 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Guillermo Rodriguez Garcia
2000-01-29 20:27:20 +00:00
parent 16b52fa1b7
commit 5ace021300

View File

@@ -38,9 +38,9 @@
#include "wx/msw/private.h" #include "wx/msw/private.h"
#if wxUSE_TOOLTIPS #if wxUSE_TOOLTIPS
// #ifndef __GNUWIN32__ #ifndef __GNUWIN32_OLD__
#include <commctrl.h> #include <commctrl.h>
// #endif #endif
#include "wx/tooltip.h" #include "wx/tooltip.h"
#endif // wxUSE_TOOLTIPS #endif // wxUSE_TOOLTIPS