There are some syscall.Syscall
or syscall.Syscall6
in windows package, these function are marked as deprecated and should be replaced by syscall.SyscallN
.
Comment From: gabyhelp
Related Code Changes
(Emoji vote if this was helpful or unhelpful; more detailed feedback welcome in this discussion.)
Comment From: gopherbot
Change https://go.dev/cl/695235 mentions this issue: windows: using SyscallN to replace deprecated Syscall functions