remove use of towupper for OS X
This commit is contained in:
@@ -68,7 +68,7 @@ wchar_t InputHandler::DeviceButtonToChar( DeviceButton button, bool bUseCurrentK
|
||||
|
||||
if( bHoldingShift && !bHoldingCtrl )
|
||||
{
|
||||
c = towupper(c);
|
||||
MakeUpper( &c, 1 );
|
||||
|
||||
switch( c )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user