]> git.saurik.com Git - wxWidgets.git/commitdiff
Added defined() to directive
authorJulian Smart <julian@anthemion.co.uk>
Sun, 4 May 2003 15:50:27 +0000 (15:50 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Sun, 4 May 2003 15:50:27 +0000 (15:50 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20470 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/msw/ole/uuid.cpp

index 83aad557766000e056a5ab7c70da893b01116311..65f125f6ab74a6bb6de93caa001a5458834f251e 100644 (file)
@@ -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 )