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
This commit is contained in:
@@ -223,7 +223,7 @@ void wxLogRelease(const char *szInterface, ULONG cRef)
|
|||||||
wxLogTrace("After %s::Release: m_cRef = %d", szInterface, cRef - 1);
|
wxLogTrace("After %s::Release: m_cRef = %d", szInterface, cRef - 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif //WXDEBUG
|
#endif // __WXDEBUG__
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
// wxUSE_DRAG_AND_DROP
|
// wxUSE_DRAG_AND_DROP
|
||||||
|
Reference in New Issue
Block a user