Compilation fix for mingw32 - will this break cygwin?

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5622 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Guillermo Rodriguez Garcia 2000-01-24 01:54:54 +00:00
parent 3e2dd3db30
commit 5333ab8e8e

View File

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