diff --git a/reactos/include/debug.h b/reactos/include/debug.h index eca025e2c2f..9ec9c18156b 100644 --- a/reactos/include/debug.h +++ b/reactos/include/debug.h @@ -16,7 +16,8 @@ #ifndef __INTERNAL_DEBUG #define __INTERNAL_DEBUG -#define UNIMPLEMENTED do {DbgPrint("%s at %s:%d is unimplemented, have a nice day\n",__FUNCTION__,__FILE__,__LINE__); for(;;); } while(0); +//#define UNIMPLEMENTED do {DbgPrint("%s at %s:%d is unimplemented, have a nice day\n",__FUNCTION__,__FILE__,__LINE__); for(;;); } while(0); +#define UNIMPLEMENTED DbgPrint("WARNING:\t%s at %s:%d is UNIMPLEMENTED!\n",__FUNCTION__,__FILE__,__LINE__); /* FIXME: should probably remove this later */ #if !defined(CHECKED) && !defined(NDEBUG)