[NDK][XDK][RTL] Fix definition of RtlFillMemoryUlong on x64

This commit is contained in:
Timo Kreuzer 2019-09-23 13:57:32 +02:00
parent e084a7ae83
commit fb0ebac349
3 changed files with 39 additions and 7 deletions

View file

@ -92,7 +92,7 @@ RtlFillMemory(PVOID Destination,
}
#ifndef _M_AMD64
/*
* @implemented
*/
@ -131,7 +131,8 @@ RtlFillMemoryUlonglong(
Count--;
}
}
#endif
#endif // _WIN64
#endif // _M_AMD64
#undef RtlMoveMemory
/*