mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
exp/wingui: made compatible with windows/amd64
R=golang-dev, alex.brainman CC=golang-dev, vcc.163 https://golang.org/cl/4974041
This commit is contained in:
parent
7349d21f8e
commit
95429d82f1
6 changed files with 52 additions and 54 deletions
|
|
@ -158,7 +158,7 @@ func NewCallback(fn interface{}) uintptr
|
|||
//sys GetLastError() (lasterrno int)
|
||||
//sys LoadLibrary(libname string) (handle Handle, errno int) = LoadLibraryW
|
||||
//sys FreeLibrary(handle Handle) (errno int)
|
||||
//sys GetProcAddress(module Handle, procname string) (proc Handle, errno int)
|
||||
//sys GetProcAddress(module Handle, procname string) (proc uintptr, errno int)
|
||||
//sys GetVersion() (ver uint32, errno int)
|
||||
//sys FormatMessage(flags uint32, msgsrc uint32, msgid uint32, langid uint32, buf []uint16, args *byte) (n uint32, errno int) = FormatMessageW
|
||||
//sys ExitProcess(exitcode uint32)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue