tnerror.h
资源名称:telc10.zip [点击查看]
上传用户:kunlunxyl
上传日期:2007-01-07
资源大小:45k
文件大小:0k
源码类别:
Telnet客户端
开发平台:
Visual C++
- #ifndef __TNERROR_H
- #define __TNERROR_H
- #ifndef __WINDOWS_H
- #include <windows.h>
- #endif
- #include "tnmsg.h"
- int printm(LPTSTR szModule, BOOL fSystem, DWORD dwMessageId, ...);
- void LogErrorConsole(LPTSTR szError);
- #endif