mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
Fix a typo. :(
svn path=/trunk/; revision=15980
This commit is contained in:
parent
a4cb3017e6
commit
3f77a1c166
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@
|
|||
#error Unsupported architecture.
|
||||
#endif
|
||||
|
||||
#ifndes KEBUGCHECK
|
||||
#ifndef KEBUGCHECK
|
||||
#define KEBUGCHECK(a) DbgPrint("KeBugCheck (0x%X) at %s:%i\n", a, __FILE__,__LINE__), KeBugCheck(a)
|
||||
#define KEBUGCHECKEX(a,b,c,d,e) DbgPrint("KeBugCheckEx (0x%X, 0x%X, 0x%X, 0x%X, 0x%X) at %s:%i\n", a, b, c, d, e, __FILE__,__LINE__), KeBugCheckEx(a,b,c,d,e)
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue