mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 19:26:05 +00:00
[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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user