mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
- Removed the loop from UNIMPLEMENTED and changed the text a bit
svn path=/trunk/; revision=5939
This commit is contained in:
parent
335e8718f7
commit
a18c29c6fb
1 changed files with 2 additions and 1 deletions
|
@ -16,7 +16,8 @@
|
||||||
#ifndef __INTERNAL_DEBUG
|
#ifndef __INTERNAL_DEBUG
|
||||||
#define __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 */
|
/* FIXME: should probably remove this later */
|
||||||
#if !defined(CHECKED) && !defined(NDEBUG)
|
#if !defined(CHECKED) && !defined(NDEBUG)
|
||||||
|
|
Loading…
Reference in a new issue