From a5887fbfc1d6a638f24e8ace4ad37ea6710dad7a Mon Sep 17 00:00:00 2001 From: Pan7 Date: Mon, 22 May 2017 12:13:01 +0200 Subject: [PATCH] Rename __toascii to toascii --- radiant/mainframe.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/radiant/mainframe.cpp b/radiant/mainframe.cpp index 0134ceb2..04e5782d 100644 --- a/radiant/mainframe.cpp +++ b/radiant/mainframe.cpp @@ -26,8 +26,6 @@ // #include "stdafx.h" -#ifdef _WIN32 -#endif #include #include #include @@ -3496,7 +3494,7 @@ void MainFrame::LoadCommandMap(){ // based on length nLen = strBuff.GetLength(); if ( nLen == 1 ) { // most often case.. deal with first - g_Commands[i].m_nKey = __toascii( strBuff.GetAt( 0 ) ); + g_Commands[i].m_nKey = toascii( strBuff.GetAt( 0 ) ); iCount++; } else // special key