From e9ad3bf0ff0ccfe8f766cca286ff9446b534b2ac Mon Sep 17 00:00:00 2001 From: Rob Pike Date: Sat, 12 Apr 2014 14:56:17 +1000 Subject: [PATCH] doc/go1.3.html: windows NewCallbackCDecl LGTM=alex.brainman R=alex.brainman CC=golang-codereviews https://golang.org/cl/87250043 --- doc/go1.3.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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)
  • -- 2.51.0