From: Włodzimierz Skiba Date: Thu, 14 Apr 2005 15:07:17 +0000 (+0000) Subject: Correction in comment in closing #endif. Is VC++ 4 supported? X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/810994672a118c1e44161e15b7569a32c45634a3 Correction in comment in closing #endif. Is VC++ 4 supported? git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33609 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/msw/ole/oleutils.cpp b/src/msw/ole/oleutils.cpp index ce53368f7a..89c0f7ca93 100644 --- a/src/msw/ole/oleutils.cpp +++ b/src/msw/ole/oleutils.cpp @@ -223,7 +223,7 @@ void wxLogRelease(const char *szInterface, ULONG cRef) wxLogTrace("After %s::Release: m_cRef = %d", szInterface, cRef - 1); } -#endif //WXDEBUG +#endif // __WXDEBUG__ #endif // wxUSE_DRAG_AND_DROP