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:
J. Russell Smyth 1999-03-29 22:17:15 +00:00
parent c30aaf75f0
commit 8ffd43c56b

View File

@ -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;