Develop and Download Open Source Software

Browse Subversion Repository

Diff of /trunk/teraterm/teraterm/filesys_log.cpp

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

revision 3821 by yutakapon, Thu Mar 25 10:02:44 2010 UTC revision 3861 by doda, Thu Apr 15 13:15:43 2010 UTC
# Line 876  void FileTransEnd(WORD OpId) Line 876  void FileTransEnd(WORD OpId)
876          EndDdeCmnd(0);          EndDdeCmnd(0);
877  }  }
878    
 // vtwin.cpp からコールしたいので、extern "C"を付ける。(2004.11.3 yutaka)  
 extern "C" {  
879  int FSOut1(BYTE b)  int FSOut1(BYTE b)
880  {  {
881          if (ts.TransBin > 0)          if (ts.TransBin > 0)
# Line 886  int FSOut1(BYTE b) Line 884  int FSOut1(BYTE b)
884                  return CommTextOut(&cv,(PCHAR)&b,1);                  return CommTextOut(&cv,(PCHAR)&b,1);
885          else          else
886                  return 1;                  return 1;
887          }  }
888    
889  int FSEcho1(BYTE b)  int FSEcho1(BYTE b)
890  {  {
# Line 894  int FSEcho1(BYTE b) Line 892  int FSEcho1(BYTE b)
892                  return CommBinaryEcho(&cv,(PCHAR)&b,1);                  return CommBinaryEcho(&cv,(PCHAR)&b,1);
893          else          else
894                  return CommTextEcho(&cv,(PCHAR)&b,1);                  return CommTextEcho(&cv,(PCHAR)&b,1);
         }  
895  }  }
896    
897  extern "C" {  extern "C" {

Legend:
Removed from v.3821  
changed lines
  Added in v.3861

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