From: Włodzimierz Skiba Date: Thu, 14 Apr 2005 15:11:20 +0000 (+0000) Subject: Correction in comment in closing #endif. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/e755eb67b62b608174a4efbb13bdd9fbebfa29a1 Correction in comment in closing #endif. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33610 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/msw/ole/oleutils.h b/include/wx/msw/ole/oleutils.h index b43624bee2..c9a6be1bd0 100644 --- a/include/wx/msw/ole/oleutils.h +++ b/include/wx/msw/ole/oleutils.h @@ -197,11 +197,11 @@ void wxLogQueryInterface(const wxChar *szInterface, REFIID riid); void wxLogAddRef (const wxChar *szInterface, ULONG cRef); void wxLogRelease(const wxChar *szInterface, ULONG cRef); -#else //!WXDEBUG +#else //!__WXDEBUG__ #define wxLogQueryInterface(szInterface, riid) #define wxLogAddRef(szInterface, cRef) #define wxLogRelease(szInterface, cRef) -#endif //WXDEBUG +#endif //__WXDEBUG__ // wrapper around BSTR type (by Vadim Zeitlin) diff --git a/include/wx/object.h b/include/wx/object.h index f8064bdaae..43fa30553e 100644 --- a/include/wx/object.h +++ b/include/wx/object.h @@ -391,7 +391,7 @@ inline void* wxCheckCast(void *ptr) #endif // wxUSE_ARRAY_MEMORY_OPERATORS -#endif // WXDEBUG && wxUSE_MEMORY_TRACING +#endif // __WXDEBUG__ && wxUSE_MEMORY_TRACING // ---------------------------------------------------------------------------- // wxObject: the root class of wxWidgets object hierarchy