mirror of
https://github.com/reactos/reactos.git
synced 2025-05-29 05:58:13 +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);
|
IN PVOID Context);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if !defined(DMA_MACROS_DEFINED)
|
||||||
//DECLSPEC_DEPRECATED_DDK
|
//DECLSPEC_DEPRECATED_DDK
|
||||||
NTHALAPI
|
NTHALAPI
|
||||||
PHYSICAL_ADDRESS
|
PHYSICAL_ADDRESS
|
||||||
|
@ -2145,6 +2146,7 @@ IoMapTransfer(
|
||||||
IN PVOID CurrentVa,
|
IN PVOID CurrentVa,
|
||||||
IN OUT PULONG Length,
|
IN OUT PULONG Length,
|
||||||
IN BOOLEAN WriteToDevice);
|
IN BOOLEAN WriteToDevice);
|
||||||
|
#endif
|
||||||
|
|
||||||
NTKERNELAPI
|
NTKERNELAPI
|
||||||
VOID
|
VOID
|
||||||
|
|
Loading…
Reference in a new issue