remove use of towupper for OS X

This commit is contained in:
Chris Danford
2006-06-11 01:28:52 +00:00
parent fa56d41c17
commit b79cb92052
3 changed files with 11 additions and 3 deletions
@@ -68,7 +68,7 @@ wchar_t InputHandler::DeviceButtonToChar( DeviceButton button, bool bUseCurrentK
if( bHoldingShift && !bHoldingCtrl )
{
c = towupper(c);
MakeUpper( &c, 1 );
switch( c )
{