mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 17:14:41 +00:00
added include for debugging macros
svn path=/trunk/; revision=67
This commit is contained in:
parent
135e1512ef
commit
0805f2913e
1 changed files with 3 additions and 0 deletions
|
@ -14,6 +14,9 @@
|
|||
#include <internal/ke.h>
|
||||
#include <internal/hal.h>
|
||||
|
||||
#define NDEBUG
|
||||
#include <internal/debug.h>
|
||||
|
||||
/* FUNCTIONS ***************************************************************/
|
||||
|
||||
VOID HalInit(boot_param* bp)
|
||||
|
|
Loading…
Reference in a new issue