ReactOS 0.4.15-dev-7924-g5949c20
error.cpp File Reference
#include <error.h>
#include <stdio.h>
Include dependency graph for error.cpp:

Go to the source code of this file.

Functions

void ReportErrorStr (LPTSTR lpsText)
 

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().