Protect IoMapTransfer from incompatible redefinition. Patch by AmineKhaldi.

svn path=/trunk/; revision=47441
This commit is contained in:
Timo Kreuzer 2010-05-30 12:21:21 +00:00
parent 07f8aeb0e8
commit 64fc3cd5d7

View file

@ -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