]> Cypherpunks repositories - gostls13.git/commit
runtime: convert NewCallback and NewCallbackCDecl to Go
authorAlex Brainman <alex.brainman@gmail.com>
Mon, 25 Aug 2014 05:59:13 +0000 (15:59 +1000)
committerAlex Brainman <alex.brainman@gmail.com>
Mon, 25 Aug 2014 05:59:13 +0000 (15:59 +1000)
commit38ce599494be0274f3b9dd3391a60c548420f562
tree4a70025131bdd0d6e34236ff698509c06a6d0c07
parentef504623783c0920f7084ae4b7d6bf32c34599b5
runtime: convert NewCallback and NewCallbackCDecl to Go

LGTM=khr
R=khr, remyoudompheng
CC=golang-codereviews
https://golang.org/cl/132820043
src/cmd/api/goapi.go
src/cmd/dist/buildruntime.c
src/pkg/runtime/callback_windows.c [deleted file]
src/pkg/runtime/syscall_windows.go [new file with mode: 0644]
src/pkg/runtime/syscall_windows.goc
src/pkg/syscall/asm_windows.s [new file with mode: 0644]
src/pkg/syscall/asm_windows_386.s [deleted file]
src/pkg/syscall/asm_windows_amd64.s [deleted file]
src/pkg/syscall/syscall_windows.go