From 5ace02130094be19de5bce806c7abc81f6dffaec Mon Sep 17 00:00:00 2001 From: Guillermo Rodriguez Garcia Date: Sat, 29 Jan 2000 20:27:20 +0000 Subject: [PATCH] Fixed for old gnuwin32 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5735 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/msw/radiobox.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/msw/radiobox.cpp b/src/msw/radiobox.cpp index 96cc7b42b9..dc5c3c5926 100644 --- a/src/msw/radiobox.cpp +++ b/src/msw/radiobox.cpp @@ -38,9 +38,9 @@ #include "wx/msw/private.h" #if wxUSE_TOOLTIPS -// #ifndef __GNUWIN32__ + #ifndef __GNUWIN32_OLD__ #include -// #endif + #endif #include "wx/tooltip.h" #endif // wxUSE_TOOLTIPS -- 2.45.2