You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The mkwinsyscall command has a hard limit of 15 on the
number of syscall arguments. Windows has several system
calls with more than 15 arguments, for example CreateFontPackage
has 18 arguments.
Another limiting factor is that mkwinsyscall uses the various
SyscallX functions, that generates extra complexity that can
be avoided by relying on SyscallN.
Updates golang/go#57914
0 commit comments