mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 14:53:40 +00:00
[DDK]
Fix declaration of NdisCopyLookaheadData svn path=/trunk/; revision=67565
This commit is contained in:
parent
1112c00ae0
commit
472e68f392
1 changed files with 2 additions and 2 deletions
|
@ -3271,7 +3271,7 @@ NdisCopyBuffer(
|
||||||
{ \
|
{ \
|
||||||
if ((MacOptions) & NDIS_MAC_OPTION_COPY_LOOKAHEAD_DATA) \
|
if ((MacOptions) & NDIS_MAC_OPTION_COPY_LOOKAHEAD_DATA) \
|
||||||
{ \
|
{ \
|
||||||
RtlCopyMemory(_Destination, _Source, _Length); \
|
RtlCopyMemory(Destination, Source, Length); \
|
||||||
} \
|
} \
|
||||||
else \
|
else \
|
||||||
{ \
|
{ \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue