mirror of
https://github.com/reactos/reactos.git
synced 2025-05-25 12:14:32 +00:00
[NTDDK]
Protect IoMapTransfer from incompatible redefinition. Patch by AmineKhaldi. svn path=/trunk/; revision=47441
This commit is contained in:
parent
07f8aeb0e8
commit
64fc3cd5d7
1 changed files with 2 additions and 0 deletions
|
@ -2134,6 +2134,7 @@ IoAllocateAdapterChannel(
|
|||
IN PVOID Context);
|
||||
#endif
|
||||
|
||||
#if !defined(DMA_MACROS_DEFINED)
|
||||
//DECLSPEC_DEPRECATED_DDK
|
||||
NTHALAPI
|
||||
PHYSICAL_ADDRESS
|
||||
|
@ -2145,6 +2146,7 @@ IoMapTransfer(
|
|||
IN PVOID CurrentVa,
|
||||
IN OUT PULONG Length,
|
||||
IN BOOLEAN WriteToDevice);
|
||||
#endif
|
||||
|
||||
NTKERNELAPI
|
||||
VOID
|
||||
|
|
Loading…
Reference in a new issue