mirror of
https://github.com/reactos/reactos.git
synced 2025-04-22 05:00:27 +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 STATUS_SUCCESS;
|
||||
}
|
||||
#else
|
||||
NTSTATUS
|
||||
NTAPI
|
||||
IntInitializeVideoAddressSpace(VOID)
|
||||
{
|
||||
UNIMPLEMENTED;
|
||||
NT_ASSERT(FALSE);
|
||||
return STATUS_NOT_IMPLEMENTED;
|
||||
}
|
||||
#endif
|
||||
|
||||
#if defined(_M_IX86)
|
||||
|
|
Loading…
Reference in a new issue