windows.cfg: Updated comments. There are no functional changes.

This commit is contained in:
orbitcowboy 2016-12-16 17:22:37 +01:00
parent 227049a6b1
commit daacc0959e
1 changed files with 4 additions and 0 deletions

View File

@ -1263,6 +1263,10 @@
<valid>0:</valid> <valid>0:</valid>
</arg> </arg>
</function> </function>
<!-- void CopyMemory(
_In_ PVOID Destination,
_In_ const VOID *Source,
_In_ SIZE_T Length); -->
<function name="CopyMemory"> <function name="CopyMemory">
<noreturn>false</noreturn> <noreturn>false</noreturn>
<leak-ignore/> <leak-ignore/>