- Define KEBUGCHECK macro to make compiling KJS working again.

svn path=/trunk/; revision=9386
This commit is contained in:
Filip Navara 2004-05-14 21:25:08 +00:00
parent 3221290df2
commit 759afa4f19

View file

@ -1,6 +1,7 @@
#ifndef __INCLUDE_DDK_KEFUNCS_H #ifndef __INCLUDE_DDK_KEFUNCS_H
#define __INCLUDE_DDK_KEFUNCS_H #define __INCLUDE_DDK_KEFUNCS_H
#define KEBUGCHECK(a) DbgPrint("KeBugCheck at %s:%i\n",__FILE__,__LINE__), KeBugCheck(a)
/* KERNEL FUNCTIONS ********************************************************/ /* KERNEL FUNCTIONS ********************************************************/