Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

x/sys/windows: use SyscallN in mkwinsyscall #171

Closed
wants to merge 1 commit into from

Commits on Aug 13, 2023

  1. x/sys/windows: use SyscallN in mkwinsyscall

    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.
    
    If the number of arguments is higher than 15 we use SyscallN.
    
    Updates golang/go#57914
    mauri870 committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    1f1e96f View commit details
    Browse the repository at this point in the history