mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[NTDDK]
Protect IoMapTransfer from incompatible redefinition. Patch by AmineKhaldi. svn path=/trunk/; revision=47441
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user