mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
Fix a typo. :(
svn path=/trunk/; revision=15980
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user