From 1d105d58f41015bcf9e862562c6b6afd2fe4a761 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Sun, 4 May 2003 15:50:27 +0000 Subject: [PATCH] Added defined() to directive git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20470 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/msw/ole/uuid.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/msw/ole/uuid.cpp b/src/msw/ole/uuid.cpp index 83aad55776..65f125f6ab 100644 --- a/src/msw/ole/uuid.cpp +++ b/src/msw/ole/uuid.cpp @@ -26,7 +26,7 @@ #include "wx/setup.h" -#if wxUSE_OLE && ( wxUSE_DRAG_AND_DROP || (__WXDEBUG__ && wxUSE_DATAOBJ) ) +#if wxUSE_OLE && ( wxUSE_DRAG_AND_DROP || (defined(__WXDEBUG__) && wxUSE_DATAOBJ) ) // standard headers #if wxCHECK_W32API_VERSION( 1, 0 ) -- 2.47.2