]> Cypherpunks repositories - gostls13.git/commitdiff
internal/syscall/windows: regenerate zsyscall_windows.go
authorqmuntal <quimmuntal@gmail.com>
Sun, 29 Jan 2023 20:28:37 +0000 (21:28 +0100)
committerGopher Robot <gobot@golang.org>
Mon, 30 Jan 2023 14:30:22 +0000 (14:30 +0000)
CL 463219 broke TestAllDependencies because zsyscall_windows.go
was not correctly formatted, probably edited by hand.

The failure was not catch by the CL builders because it is
only failing on linux longtests builders, which was not executed.
Windows builders skip that test because it lacks of the `diff` command.

Change-Id: Id02992d71be2db7e9d3d169545679ab957f3be7f
Reviewed-on: https://go-review.googlesource.com/c/go/+/463841
Run-TryBot: Quim Muntal <quimmuntal@gmail.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Auto-Submit: Quim Muntal <quimmuntal@gmail.com>
Reviewed-by: Alex Brainman <alex.brainman@gmail.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Bryan Mills <bcmills@google.com>
src/internal/syscall/windows/zsyscall_windows.go

index 1b5a0c045e1f53778d76c4f8458ff73e027168fd..f599630db89a440e19f5b8f97286003c22c0d9d5 100644 (file)
@@ -61,8 +61,8 @@ var (
        procGetFileInformationByHandleEx  = modkernel32.NewProc("GetFileInformationByHandleEx")
        procGetFinalPathNameByHandleW     = modkernel32.NewProc("GetFinalPathNameByHandleW")
        procGetModuleFileNameW            = modkernel32.NewProc("GetModuleFileNameW")
-       procGetVolumeInformationByHandleW = modkernel32.NewProc("GetVolumeInformationByHandleW")
        procGetTempPath2W                 = modkernel32.NewProc("GetTempPath2W")
+       procGetVolumeInformationByHandleW = modkernel32.NewProc("GetVolumeInformationByHandleW")
        procLockFileEx                    = modkernel32.NewProc("LockFileEx")
        procModule32FirstW                = modkernel32.NewProc("Module32FirstW")
        procModule32NextW                 = modkernel32.NewProc("Module32NextW")