1
0
mirror of https://github.com/golang/go synced 2024-11-23 00:20:12 -07:00

doc/go1.3.html: windows NewCallbackCDecl

LGTM=alex.brainman
R=alex.brainman
CC=golang-codereviews
https://golang.org/cl/87250043
This commit is contained in:
Rob Pike 2014-04-12 14:56:17 +10:00
parent a0cc854455
commit e9ad3bf0ff

View File

@ -368,7 +368,13 @@ non-printing.
<li> TODO: syscall: add Accept4 for freebsd (CL 68880043)</li>
<li> TODO: syscall: add NewCallbackCDecl to use for windows callbacks (CL 36180044)</li>
<li>
On Windows, the <a href="/pkg/syscall/"><code>syscall</code></a> package now
supports the cdecl calling convention through the addition of a new function
<a href="/pkg/syscall/#NewCallbackCDecl"><code>NewCallbackCDecl</code></a>
alongside the existing function
<a href="/pkg/syscall/#NewCallback"><code>NewCallback</code></a>.
</li>
<li> TODO: syscall: add support for FreeBSD 10 (CL 56770044, 56980043)</li>