ReactOS 0.4.15-dev-7918-g2a2556c
precomp.h File Reference
#include <stdarg.h>
#include <windef.h>
#include <winbase.h>
#include <winfax.h>
Include dependency graph for precomp.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define UNIMPLEMENTED
 

Functions

ULONG DbgPrint (PCH Format,...)
 

Macro Definition Documentation

◆ UNIMPLEMENTED

#define UNIMPLEMENTED
Value:
DbgPrint("%s:%i: %s() UNIMPLEMENTED!\n", __FILE__, __LINE__, __FUNCTION__); \
#define ERROR_CALL_NOT_IMPLEMENTED
Definition: compat.h:102
#define __FUNCTION__
Definition: types.h:116
#define DbgPrint
Definition: hal.h:12

Definition at line 9 of file precomp.h.

Function Documentation

◆ DbgPrint()

ULONG DbgPrint ( PCH  Format,
  ... 
)