From 06e00cb9c9bcbfcb8e9a2d581d55cab61c79d930 Mon Sep 17 00:00:00 2001 From: Alex Ionescu Date: Sat, 18 Jun 2005 14:29:17 +0000 Subject: [PATCH] Build XBOX HAL with w32api svn path=/trunk/; revision=16038 --- reactos/hal/halx86/xbox/halxbox.xml | 3 ++- reactos/hal/halx86/xbox/part_xbox.c | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/reactos/hal/halx86/xbox/halxbox.xml b/reactos/hal/halx86/xbox/halxbox.xml index 7543c045e3c..e24fe194332 100644 --- a/reactos/hal/halx86/xbox/halxbox.xml +++ b/reactos/hal/halx86/xbox/halxbox.xml @@ -4,7 +4,8 @@ include - + + hal_generic hal_generic_up ntoskrnl diff --git a/reactos/hal/halx86/xbox/part_xbox.c b/reactos/hal/halx86/xbox/part_xbox.c index 5146aefb64d..343de551bf8 100644 --- a/reactos/hal/halx86/xbox/part_xbox.c +++ b/reactos/hal/halx86/xbox/part_xbox.c @@ -308,6 +308,8 @@ HalpXboxIoWritePartitionTable(IN PDEVICE_OBJECT DeviceObject, return STATUS_ACCESS_DENIED; } +#define HalExamineMBR HALDISPATCH->HalExamineMBR + void HalpXboxInitPartIo(void) {