tnerror.h
上传用户:kunlunxyl
上传日期:2007-01-07
资源大小:45k
文件大小: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. int printm(LPTSTR szModule, BOOL fSystem, DWORD dwMessageId, ...);
  8. void LogErrorConsole(LPTSTR szError);
  9. #endif