ReactOS 0.4.15-dev-7934-g1dc8d80
error.cpp
Go to the documentation of this file.
1/*
2 * COPYRIGHT: See COPYING in the top level directory
3 * PROJECT: ReactOS HTTP Daemon
4 * FILE: error.cpp
5 * PURPOSE: Error reporting
6 * PROGRAMMERS: Casper S. Hornstrup (chorns@users.sourceforge.net)
7 * REVISIONS:
8 * CSH 01/09/2000 Created
9 */
10#include <error.h>
11#include <stdio.h>
12
14{
15 wprintf((wchar_t*)lpsText);
16}
void ReportErrorStr(LPTSTR lpsText)
Definition: error.cpp:13
#define wprintf(...)
Definition: whoami.c:18
CHAR * LPTSTR
Definition: xmlstorage.h:192