mirror of
https://github.com/reactos/reactos.git
synced 2024-10-31 03:48:17 +00:00
Fix a typo. :(
svn path=/trunk/; revision=15980
This commit is contained in:
parent
a4cb3017e6
commit
3f77a1c166
|
@ -93,7 +93,7 @@
|
||||||
#error Unsupported architecture.
|
#error Unsupported architecture.
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndes KEBUGCHECK
|
#ifndef KEBUGCHECK
|
||||||
#define KEBUGCHECK(a) DbgPrint("KeBugCheck (0x%X) at %s:%i\n", a, __FILE__,__LINE__), KeBugCheck(a)
|
#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)
|
#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
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue