windows.cfg: Updated comments. There are no functional changes.
This commit is contained in:
parent
227049a6b1
commit
daacc0959e
|
@ -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/>
|
||||||
|
|
Loading…
Reference in New Issue