mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 12:23:25 +00:00
- Define KEBUGCHECK macro to make compiling KJS working again.
svn path=/trunk/; revision=9386
This commit is contained in:
@@ -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 ********************************************************/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user