Rename __toascii to toascii

This commit is contained in:
Pan7 2017-05-22 12:13:01 +02:00
parent 422cd9d40f
commit a5887fbfc1

View file

@ -26,8 +26,6 @@
// //
#include "stdafx.h" #include "stdafx.h"
#ifdef _WIN32
#endif
#include <gtk/gtk.h> #include <gtk/gtk.h>
#include <glib/gi18n.h> #include <glib/gi18n.h>
#include <gdk/gdkkeysyms.h> #include <gdk/gdkkeysyms.h>
@ -3496,7 +3494,7 @@ void MainFrame::LoadCommandMap(){
// based on length // based on length
nLen = strBuff.GetLength(); nLen = strBuff.GetLength();
if ( nLen == 1 ) { // most often case.. deal with first 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++; iCount++;
} }
else // special key else // special key