mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
- Define KEBUGCHECK macro to make compiling KJS working again.
svn path=/trunk/; revision=9386
This commit is contained in:
parent
3221290df2
commit
759afa4f19
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
#ifndef __INCLUDE_DDK_KEFUNCS_H
|
||||
#define __INCLUDE_DDK_KEFUNCS_H
|
||||
|
||||
#define KEBUGCHECK(a) DbgPrint("KeBugCheck at %s:%i\n",__FILE__,__LINE__), KeBugCheck(a)
|
||||
|
||||
/* KERNEL FUNCTIONS ********************************************************/
|
||||
|
||||
|
|
Loading…
Reference in a new issue