Merge my current work done on the kd++ branch:
[reactos.git] / reactos / base / applications / network / telnet / src / tnerror.h
1 #pragma once
2
3 #ifndef __WINDOWS_H
4 #define WIN32_NO_STATUS
5 #include <stdarg.h>
6 #include <windef.h>
7 #include <winbase.h>
8 #include <winuser.h>
9 #include <wincon.h>
10 #define _INC_WINDOWS
11 #include <winsock.h>
12 #endif
13
14 #include "tnmsg.h"
15
16 extern int Telnet_Redir;
17
18 int printm(LPTSTR szModule, BOOL fSystem, DWORD dwMessageId, ...);
19 void LogErrorConsole(LPTSTR szError);
20 int printit(const char * it);