ReactOS 0.4.15-dev-7942-gd23573b
error.h File Reference
#include <windows.h>
Include dependency graph for error.h:

Go to the source code of this file.

Macros

#define TS(x)   (LPTSTR)TEXT(x)
 

Functions

void ReportErrorStr (LPTSTR lpsText)
 

Macro Definition Documentation

◆ TS

#define TS (   x)    (LPTSTR)TEXT(x)

Definition at line 11 of file error.h.

Function Documentation

◆ ReportErrorStr()

void ReportErrorStr ( LPTSTR  lpsText)

Definition at line 13 of file error.cpp.

14{
15 wprintf((wchar_t*)lpsText);
16}
#define wprintf(...)
Definition: whoami.c:18

Referenced by CHttpDaemonThread::Execute(), and Run().