We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am getting this error below. Kindly help with the approach to get it fixed.
`/home/iprimes3c/go/pkg/mod/golang.org/x/[email protected]/windows/zsyscall_windows.go:4352:30: error: too many arguments 4352 | r1, _, e1 := syscall.Syscall(procWTSQueryUserToken.Addr(), 2, uintptr(session), uintptr(unsafe.Pointer(token)), 0) | ^ [!] failed to compile [!] exit status 2
`
The text was updated successfully, but these errors were encountered:
Hi!
I think you are not compiling with the correct flags, did you try to set GOARCH and GOOS to windows architecture?
GOARCH
GOOS
Sorry, something went wrong.
No branches or pull requests
I am getting this error below. Kindly help with the approach to get it fixed.
`/home/iprimes3c/go/pkg/mod/golang.org/x/[email protected]/windows/zsyscall_windows.go:4352:30: error: too many arguments
4352 | r1, _, e1 := syscall.Syscall(procWTSQueryUserToken.Addr(), 2, uintptr(session), uintptr(unsafe.Pointer(token)), 0)
| ^
[!] failed to compile
[!] exit status 2
`
The text was updated successfully, but these errors were encountered: