tnerror.h
上传用户:tigerk9
上传日期:2020-03-10
资源大小:237k
文件大小:0k
源码类别:

Telnet客户端

开发平台:

Visual C++

  1. #ifndef __TNERROR_H
  2. #define __TNERROR_H
  3. #ifndef __WINDOWS_H
  4. #include <windows.h>
  5. #endif
  6. #include "tnmsg.h"
  7. extern int Telnet_Redir;
  8. int printm(LPTSTR szModule, BOOL fSystem, DWORD dwMessageId, ...);
  9. void LogErrorConsole(LPTSTR szError);
  10. int printit(const char * it);
  11. #endif