Revert r46466 this time for real
[reactos.git] / base / applications / network / telnet / src / tnerror.h
1 #pragma once
2
3 #ifndef __WINDOWS_H
4 #include <windows.h>
5 #endif
6
7 #include "tnmsg.h"
8
9 extern int Telnet_Redir;
10
11 int printm(LPTSTR szModule, BOOL fSystem, DWORD dwMessageId, ...);
12 void LogErrorConsole(LPTSTR szError);
13 int printit(const char * it);