From: Rob Pike Date: Sat, 12 Apr 2014 04:56:17 +0000 (+1000) Subject: doc/go1.3.html: windows NewCallbackCDecl X-Git-Tag: go1.3beta1~105 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=e9ad3bf0ff0ccfe8f766cca286ff9446b534b2ac;p=gostls13.git doc/go1.3.html: windows NewCallbackCDecl LGTM=alex.brainman R=alex.brainman CC=golang-codereviews https://golang.org/cl/87250043 --- diff --git a/doc/go1.3.html b/doc/go1.3.html index fcb8d4c641..07e695124d 100644 --- a/doc/go1.3.html +++ b/doc/go1.3.html @@ -368,7 +368,13 @@ non-printing.
  • TODO: syscall: add Accept4 for freebsd (CL 68880043)
  • -
  • TODO: syscall: add NewCallbackCDecl to use for windows callbacks (CL 36180044)
  • +
  • +On Windows, the syscall package now +supports the cdecl calling convention through the addition of a new function +NewCallbackCDecl +alongside the existing function +NewCallback. +
  • TODO: syscall: add support for FreeBSD 10 (CL 56770044, 56980043)