mirror of
https://github.com/AppleWin/AppleWin.git
synced 2026-01-23 06:16:12 +00:00
Remove TEXT() and _T(). (PR #1379)
This commit is contained in:
@@ -45,7 +45,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
|
||||
http://www.codeproject.com/cpp/unicode.asp
|
||||
|
||||
TEXT() _tcsrev
|
||||
_tcsrev
|
||||
_UNICODE Unicode _wcsrev
|
||||
_MBCS Multi-byte _mbsrev
|
||||
n/a ASCII strrev
|
||||
@@ -1216,11 +1216,11 @@ Update_t CmdHelpSpecific (int nArgs)
|
||||
break;
|
||||
case CMD_OUTPUT_ECHO:
|
||||
ConsoleColorizePrint( " Usage: string" );
|
||||
// ConsoleBufferPush( TEXT(" Examples:" ) );
|
||||
// ConsoleBufferPush( " Examples:" );
|
||||
Help_Examples();
|
||||
ConsolePrintFormat( "%s %s Checkpoint", CHC_EXAMPLE, pCommand->m_sName );
|
||||
ConsolePrintFormat( "%s %s PC" , CHC_EXAMPLE, pCommand->m_sName );
|
||||
// ConsoleBufferPush( TEXT(" Echo the string to the console" ) );
|
||||
// ConsoleBufferPush( " Echo the string to the console" );
|
||||
break;
|
||||
case CMD_OUTPUT_PRINT:
|
||||
ConsoleColorizePrint( " Usage: <string | expression> [, string | expression]*" );
|
||||
@@ -1487,7 +1487,7 @@ Update_t CmdVersion (int nArgs)
|
||||
|
||||
ConsoleBufferPushFormat( " Cursor(%d) T: %04X C: %04X B: %04X %c D: %02X", // Top, Cur, Bot, Delta
|
||||
g_nDisasmCurLine, g_nDisasmTopAddress, g_nDisasmCurAddress, g_nDisasmBotAddress,
|
||||
g_bDisasmCurBad ? TEXT('*') : TEXT(' ')
|
||||
g_bDisasmCurBad ? '*' : ' '
|
||||
, g_nDisasmBotAddress - g_nDisasmTopAddress
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user