mirror of
https://github.com/reactos/reactos.git
synced 2025-07-30 10:11:42 +00:00
[CMLIB] Use UNIMPLEMENTED_ONCE in HvHiveWillShrink
This commit is contained in:
parent
bbc97e964f
commit
db55933b0c
2 changed files with 2 additions and 1 deletions
|
@ -27,6 +27,7 @@
|
|||
|
||||
/* Basic definitions */
|
||||
#define UNIMPLEMENTED { printf("%s unimplemented\n", __FUNCTION__); exit(1); }
|
||||
#define UNIMPLEMENTED_ONCE { printf("%s unimplemented\n", __FUNCTION__); exit(1); }
|
||||
#define ASSERT(x) assert(x)
|
||||
#define ASSERTMSG(m, x) assert(x)
|
||||
#define DPRINT if (0) printf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue