]> Cypherpunks repositories - gostls13.git/commit
runtime: implementation of callback functions for windows
authorAlex Brainman <alex.brainman@gmail.com>
Sat, 22 Jan 2011 02:55:53 +0000 (13:55 +1100)
committerAlex Brainman <alex.brainman@gmail.com>
Sat, 22 Jan 2011 02:55:53 +0000 (13:55 +1100)
commitf0b8f84d3735f94724e4255dd074db18b807f897
tree9fed17af7fd88635d21724e43a7c2195c5e4857f
parent7f6ffade325818730357eed4e0b7d3bf3adc31b7
runtime: implementation of callback functions for windows

R=rsc, lxn, alex.brainman, dho
CC=golang-dev
https://golang.org/cl/1696051
src/pkg/exp/wingui/Makefile [new file with mode: 0644]
src/pkg/exp/wingui/gui.go [new file with mode: 0644]
src/pkg/exp/wingui/winapi.go [new file with mode: 0644]
src/pkg/exp/wingui/zwinapi.go [new file with mode: 0644]
src/pkg/runtime/386/asm.s
src/pkg/runtime/windows/386/sys.s
src/pkg/runtime/windows/os.h
src/pkg/runtime/windows/syscall.goc
src/pkg/runtime/windows/thread.c
src/pkg/syscall/syscall_windows.go