mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 15:52:57 +00:00
[VIDEOPRT]
Fix ARM build svn path=/trunk/; revision=67738
This commit is contained in:
parent
6eae9fd0d8
commit
c8fa6a70c9
1 changed files with 9 additions and 0 deletions
|
@ -135,6 +135,15 @@ IntInitializeVideoAddressSpace(VOID)
|
||||||
/* Return success */
|
/* Return success */
|
||||||
return STATUS_SUCCESS;
|
return STATUS_SUCCESS;
|
||||||
}
|
}
|
||||||
|
#else
|
||||||
|
NTSTATUS
|
||||||
|
NTAPI
|
||||||
|
IntInitializeVideoAddressSpace(VOID)
|
||||||
|
{
|
||||||
|
UNIMPLEMENTED;
|
||||||
|
NT_ASSERT(FALSE);
|
||||||
|
return STATUS_NOT_IMPLEMENTED;
|
||||||
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(_M_IX86)
|
#if defined(_M_IX86)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue