mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
Build XBOX HAL with w32api
svn path=/trunk/; revision=16038
This commit is contained in:
@@ -4,7 +4,8 @@
|
||||
<include base="ntoskrnl">include</include>
|
||||
<define name="_DISABLE_TIDENTS" />
|
||||
<define name="UP" />
|
||||
<define name="__NTHAL__" />
|
||||
<define name="_NTHAL_" />
|
||||
<define name="__USE_W32API" />
|
||||
<library>hal_generic</library>
|
||||
<library>hal_generic_up</library>
|
||||
<library>ntoskrnl</library>
|
||||
|
||||
@@ -308,6 +308,8 @@ HalpXboxIoWritePartitionTable(IN PDEVICE_OBJECT DeviceObject,
|
||||
return STATUS_ACCESS_DENIED;
|
||||
}
|
||||
|
||||
#define HalExamineMBR HALDISPATCH->HalExamineMBR
|
||||
|
||||
void
|
||||
HalpXboxInitPartIo(void)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user