Update github.com/shirou/w32
This commit is contained in:
parent
bb4347e277
commit
767c0667f5
2
vendor/github.com/shirou/w32/advapi32.go
generated
vendored
2
vendor/github.com/shirou/w32/advapi32.go
generated
vendored
|
@ -2,6 +2,8 @@
|
|||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
// +build windows
|
||||
|
||||
package w32
|
||||
|
||||
import (
|
||||
|
|
2
vendor/github.com/shirou/w32/comctl32.go
generated
vendored
2
vendor/github.com/shirou/w32/comctl32.go
generated
vendored
|
@ -2,6 +2,8 @@
|
|||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
// +build windows
|
||||
|
||||
package w32
|
||||
|
||||
import (
|
||||
|
|
2
vendor/github.com/shirou/w32/comdlg32.go
generated
vendored
2
vendor/github.com/shirou/w32/comdlg32.go
generated
vendored
|
@ -2,6 +2,8 @@
|
|||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
// +build windows
|
||||
|
||||
package w32
|
||||
|
||||
import (
|
||||
|
|
4
vendor/github.com/shirou/w32/constants.go
generated
vendored
4
vendor/github.com/shirou/w32/constants.go
generated
vendored
|
@ -1047,7 +1047,7 @@ const (
|
|||
MB_DEFBUTTON4 = 0x00000300
|
||||
)
|
||||
|
||||
//COM
|
||||
//COM
|
||||
const (
|
||||
E_INVALIDARG = 0x80070057
|
||||
E_OUTOFMEMORY = 0x8007000E
|
||||
|
@ -2281,7 +2281,7 @@ const (
|
|||
SC_MANAGER_ALL_ACCESS = STANDARD_RIGHTS_REQUIRED | SC_MANAGER_CONNECT | SC_MANAGER_CREATE_SERVICE | SC_MANAGER_ENUMERATE_SERVICE | SC_MANAGER_LOCK | SC_MANAGER_QUERY_LOCK_STATUS | SC_MANAGER_MODIFY_BOOT_CONFIG
|
||||
)
|
||||
|
||||
// Service Types (Bit Mask)
|
||||
// Service Types (Bit Mask)
|
||||
const (
|
||||
SERVICE_KERNEL_DRIVER = 0x00000001
|
||||
SERVICE_FILE_SYSTEM_DRIVER = 0x00000002
|
||||
|
|
2
vendor/github.com/shirou/w32/dwmapi.go
generated
vendored
2
vendor/github.com/shirou/w32/dwmapi.go
generated
vendored
|
@ -2,6 +2,8 @@
|
|||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
// +build windows
|
||||
|
||||
package w32
|
||||
|
||||
import (
|
||||
|
|
2
vendor/github.com/shirou/w32/gdi32.go
generated
vendored
2
vendor/github.com/shirou/w32/gdi32.go
generated
vendored
|
@ -2,6 +2,8 @@
|
|||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
// +build windows
|
||||
|
||||
package w32
|
||||
|
||||
import (
|
||||
|
|
2
vendor/github.com/shirou/w32/gdiplus.go
generated
vendored
2
vendor/github.com/shirou/w32/gdiplus.go
generated
vendored
|
@ -2,6 +2,8 @@
|
|||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
// +build windows
|
||||
|
||||
package w32
|
||||
|
||||
import (
|
||||
|
|
2
vendor/github.com/shirou/w32/idispatch.go
generated
vendored
2
vendor/github.com/shirou/w32/idispatch.go
generated
vendored
|
@ -2,6 +2,8 @@
|
|||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
// +build windows
|
||||
|
||||
package w32
|
||||
|
||||
import (
|
||||
|
|
2
vendor/github.com/shirou/w32/istream.go
generated
vendored
2
vendor/github.com/shirou/w32/istream.go
generated
vendored
|
@ -2,6 +2,8 @@
|
|||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
// +build windows
|
||||
|
||||
package w32
|
||||
|
||||
import (
|
||||
|
|
2
vendor/github.com/shirou/w32/iunknown.go
generated
vendored
2
vendor/github.com/shirou/w32/iunknown.go
generated
vendored
|
@ -2,6 +2,8 @@
|
|||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
// +build windows
|
||||
|
||||
package w32
|
||||
|
||||
type pIUnknownVtbl struct {
|
||||
|
|
2
vendor/github.com/shirou/w32/kernel32.go
generated
vendored
2
vendor/github.com/shirou/w32/kernel32.go
generated
vendored
|
@ -2,6 +2,8 @@
|
|||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
// +build windows
|
||||
|
||||
package w32
|
||||
|
||||
import (
|
||||
|
|
2
vendor/github.com/shirou/w32/ole32.go
generated
vendored
2
vendor/github.com/shirou/w32/ole32.go
generated
vendored
|
@ -2,6 +2,8 @@
|
|||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
// +build windows
|
||||
|
||||
package w32
|
||||
|
||||
import (
|
||||
|
|
2
vendor/github.com/shirou/w32/oleaut32.go
generated
vendored
2
vendor/github.com/shirou/w32/oleaut32.go
generated
vendored
|
@ -2,6 +2,8 @@
|
|||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
// +build windows
|
||||
|
||||
package w32
|
||||
|
||||
import (
|
||||
|
|
2
vendor/github.com/shirou/w32/opengl32.go
generated
vendored
2
vendor/github.com/shirou/w32/opengl32.go
generated
vendored
|
@ -2,6 +2,8 @@
|
|||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
// +build windows
|
||||
|
||||
package w32
|
||||
|
||||
import (
|
||||
|
|
2
vendor/github.com/shirou/w32/psapi.go
generated
vendored
2
vendor/github.com/shirou/w32/psapi.go
generated
vendored
|
@ -2,6 +2,8 @@
|
|||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
// +build windows
|
||||
|
||||
package w32
|
||||
|
||||
import (
|
||||
|
|
2
vendor/github.com/shirou/w32/shell32.go
generated
vendored
2
vendor/github.com/shirou/w32/shell32.go
generated
vendored
|
@ -2,6 +2,8 @@
|
|||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
// +build windows
|
||||
|
||||
package w32
|
||||
|
||||
import (
|
||||
|
|
2
vendor/github.com/shirou/w32/user32.go
generated
vendored
2
vendor/github.com/shirou/w32/user32.go
generated
vendored
|
@ -2,6 +2,8 @@
|
|||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
// +build windows
|
||||
|
||||
package w32
|
||||
|
||||
import (
|
||||
|
|
2
vendor/github.com/shirou/w32/utils.go
generated
vendored
2
vendor/github.com/shirou/w32/utils.go
generated
vendored
|
@ -2,6 +2,8 @@
|
|||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
// +build windows
|
||||
|
||||
package w32
|
||||
|
||||
import (
|
||||
|
|
4
vendor/vendor.json
vendored
4
vendor/vendor.json
vendored
|
@ -1031,8 +1031,10 @@
|
|||
"revisionTime": "2016-08-29T23:42:49Z"
|
||||
},
|
||||
{
|
||||
"checksumSHA1": "Nve7SpDmjsv6+rhkXAkfg/UQx94=",
|
||||
"path": "github.com/shirou/w32",
|
||||
"revision": "ada3ba68f000aa1b58580e45c9d308fe0b7fc5c5"
|
||||
"revision": "bb4de0191aa41b5507caa14b0650cdbddcd9280b",
|
||||
"revisionTime": "2016-09-30T03:27:40Z"
|
||||
},
|
||||
{
|
||||
"checksumSHA1": "tHm2SMtuRfrwh6NnnymsuoJ6e0Q=",
|
||||
|
|
Loading…
Reference in a new issue