From cc0c432e7bc2573ea99a1dbc19e830dc6ab3152d Mon Sep 17 00:00:00 2001 From: Sir Richard Date: Tue, 23 Nov 2010 16:46:30 +0000 Subject: [PATCH] [ARMLLB]: Include FreeLoader's keycode mappings (which don't seem standard) in ARMLLB, so we can do correct keypad to keycode translation. [ARMLLB]: Include ReactOS's standard debug.h, which lets us un-redefine DbgPrint, and also gives us goodies like ASSERT and DPRINT1. svn path=/trunk/; revision=49740 --- reactos/boot/armllb/inc/precomp.h | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/reactos/boot/armllb/inc/precomp.h b/reactos/boot/armllb/inc/precomp.h index 8bd44b7801d..a3f65e87dea 100755 --- a/reactos/boot/armllb/inc/precomp.h +++ b/reactos/boot/armllb/inc/precomp.h @@ -17,11 +17,7 @@ #include "video.h" #include "keyboard.h" #include "envir.h" - -VOID -DbgPrint( - const char *fmt, - ... -); +#include "../../freeldr/freeldr/include/keycodes.h" +#include "debug.h" /* EOF */