[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
This commit is contained in:
Sir Richard
2010-11-23 16:46:30 +00:00
parent b64b944ab1
commit cc0c432e7b
+2 -6
View File
@@ -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 */