changed removed wxToUpper to standard toupper
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2004 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -640,7 +640,7 @@ bool wxObjectStorage::VersionsMatch( char* v1, char* v2 )
|
|||||||
|
|
||||||
return TRUE;
|
return TRUE;
|
||||||
|
|
||||||
if ( wxToUpper(*v1) != wxToUpper(*v2) )
|
if ( toupper(*v1) != toupper(*v2) )
|
||||||
|
|
||||||
return FALSE;
|
return FALSE;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user