:pserver:cvsanon@mok.lvcm.com:/CVS/ReactOS reactos
[reactos.git] / apps / utils / net / roshttpd / include / error.h
1 /*
2  * COPYRIGHT:   See COPYING in the top level directory
3  * PROJECT:     ReactOS HTTP Daemon
4  * FILE:        include/error.h
5  */
6 #ifndef __ERROR_H
7 #define __ERROR_H
8
9 #include <windows.h>
10
11 #define TS(x) (LPTSTR)_T(x)
12
13 void ReportErrorStr(LPTSTR lpsText);
14
15 #endif /* __ERROR_H */