reactos/dll/win32/winfax/precomp.h
Amine Khaldi 527f2f9057 [SHELL/EXPERIMENTS]
* Create a branch for some evul shell experiments.

svn path=/branches/shell-experiments/; revision=61927
2014-02-02 19:37:27 +00:00

14 lines
355 B
C

#include <stdarg.h>
#include <windef.h>
#include <winbase.h>
#include <winfax.h>
/* INTERNAL *******************************************************************/
ULONG DbgPrint(PCH Format,...);
#define UNIMPLEMENTED \
DbgPrint("%s:%i: %s() UNIMPLEMENTED!\n", __FILE__, __LINE__, __FUNCTION__); \
SetLastError( ERROR_CALL_NOT_IMPLEMENTED)
/* EOF */