ReactOS 0.4.15-dev-7942-gd23573b
precomp.h
Go to the documentation of this file.
1#include <stdarg.h>
2#include <windef.h>
3#include <winbase.h>
4#include <winfax.h>
5
6/* INTERNAL *******************************************************************/
7
9#define UNIMPLEMENTED \
10 DbgPrint("%s:%i: %s() UNIMPLEMENTED!\n", __FILE__, __LINE__, __FUNCTION__); \
11 SetLastError( ERROR_CALL_NOT_IMPLEMENTED)
12
13/* EOF */
#define DbgPrint
Definition: hal.h:12
CHAR * PCH
Definition: ntbasedef.h:391
uint32_t ULONG
Definition: typedefs.h:59