fix tests for WXWIN_COMPATIBILITY_2_8, closes #13800
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70098 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -113,7 +113,7 @@ wxClip(T1 a, T2 b, T3 c)
|
||||
// String functions (deprecated, use wxString)
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
#ifdef WXWIN_COMPATIBILITY_2_8
|
||||
#if WXWIN_COMPATIBILITY_2_8
|
||||
// A shorter way of using strcmp
|
||||
wxDEPRECATED_INLINE(inline bool wxStringEq(const char *s1, const char *s2),
|
||||
return wxCRT_StrcmpA(s1, s2) == 0; )
|
||||
|
Reference in New Issue
Block a user