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:
parent
c30aaf75f0
commit
8ffd43c56b
@ -640,7 +640,7 @@ bool wxObjectStorage::VersionsMatch( char* v1, char* v2 )
|
||||
|
||||
return TRUE;
|
||||
|
||||
if ( wxToUpper(*v1) != wxToUpper(*v2) )
|
||||
if ( toupper(*v1) != toupper(*v2) )
|
||||
|
||||
return FALSE;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user