mirror of
https://github.com/reactos/reactos.git
synced 2025-06-04 17:00:31 +00:00
Use same UNIMPLEMENTED macro syntax as in other parts
svn path=/trunk/; revision=31712
This commit is contained in:
parent
bbca7c647c
commit
93889a1f83
2 changed files with 2 additions and 2 deletions
|
@ -1030,7 +1030,7 @@ PcVideoCopyOffScreenBufferToVRAM(PVOID Buffer)
|
|||
/* BIOS graphics mode */
|
||||
else
|
||||
{
|
||||
UNIMPLEMENTED();
|
||||
UNIMPLEMENTED;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -85,6 +85,6 @@ void MEMORY_WRITE_BREAKPOINT4(unsigned long addr);
|
|||
|
||||
#endif // defined DBG
|
||||
|
||||
#define UNIMPLEMENTED() BugCheck((DPRINT_WARNING, "This function is unimplemented!\n"))
|
||||
#define UNIMPLEMENTED BugCheck((DPRINT_WARNING, "This function is unimplemented!\n"))
|
||||
|
||||
#endif // defined __DEBUG_H
|
||||
|
|
Loading…
Reference in a new issue