Develop and Download Open Source Software

Browse Subversion Repository

Diff of /trunk/teraterm/ttpcmn/ttcmn.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 7406 by zmatsuo, Fri Jan 25 12:37:51 2019 UTC revision 7411 by zmatsuo, Mon Jan 28 13:26:10 2019 UTC
# Line 1571  static int OutputTextUTF8(WORD K, char * Line 1571  static int OutputTextUTF8(WORD K, char *
1571  //  //
1572  // MBCSから各種漢字コードへ変換して出力する。  // MBCSから各種漢字コードへ変換して出力する。
1573  //  //
1574  int TextOutMBCS(PComVar cv, PCHAR B, int C)  static int TextOutMBCS(PComVar cv, PCHAR B, int C)
1575  {  {
1576          int i, TempLen, OutLen;          int i, TempLen, OutLen;
1577          WORD K;          WORD K;
# Line 1932  int WINAPI CommBinaryEcho(PComVar cv, PC Line 1932  int WINAPI CommBinaryEcho(PComVar cv, PC
1932          return i;          return i;
1933  }  }
1934    
1935  int WINAPI TextEchoMBCS(PComVar cv, PCHAR B, int C)  static int WINAPI TextEchoMBCS(PComVar cv, PCHAR B, int C)
1936  {  {
1937          int i, TempLen;          int i, TempLen;
1938          WORD K;          WORD K;

Legend:
Removed from v.7406  
changed lines
  Added in v.7411

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26