Fixed compilation error

svn path=/trunk/; revision=2423
This commit is contained in:
Casper Hornstrup
2001-12-07 22:42:38 +00:00
parent a5208b8fca
commit 1ba52efab8
@@ -19,6 +19,7 @@
#define __INTERNAL_DEBUG
#include <internal/ntoskrnl.h>
#include <internal/dbg.h>
#include <roscfg.h>
#define UNIMPLEMENTED do {DbgPrint("%s at %s:%d is unimplemented, have a nice day\n",__FUNCTION__,__FILE__,__LINE__); for(;;); } while(0);