From 1fc5217c9bcff7586c0eb0dfde8e89cbd2ba6d07 Mon Sep 17 00:00:00 2001 From: Aleksey Bragin Date: Wed, 17 Dec 2003 20:06:10 +0000 Subject: [PATCH] Inserted UNIMPLEMENTED macro definiton, otherwise /lib/user32 won't compile. svn path=/trunk/; revision=7100 --- reactos/include/wine/debug.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/reactos/include/wine/debug.h b/reactos/include/wine/debug.h index 95e05494365..5e039765a06 100644 --- a/reactos/include/wine/debug.h +++ b/reactos/include/wine/debug.h @@ -19,6 +19,9 @@ ULONG DbgPrint(PCH Format,...); #define DPRINT DbgPrint("(%s:%d:%s) ",__FILE__,__LINE__,__FUNCTION__), DbgPrint #endif +#define UNIMPLEMENTED DbgPrint("WARNING: %s at %s:%d is UNIMPLEMENTED!\n",__FUNCTION__,__FILE__,__LINE__); + + struct _GUID; /* Exported definitions and macros */