]> Cypherpunks repositories - gostls13.git/commit
syscall: On Windows, Errstr FormatMessage has no values to insert.
authorPeter Mundy <go.peter.90@gmail.com>
Wed, 21 Jul 2010 16:40:08 +0000 (09:40 -0700)
committerRuss Cox <rsc@golang.org>
Wed, 21 Jul 2010 16:40:08 +0000 (09:40 -0700)
commit6a6d8fdcd30a65d6230891bc421be05db8c3a61f
tree66c15eec40793f189eaf2cdec17987e1852d56d8
parent7be849d4a6bb8771ac2914e9166a8e10c7d7300c
syscall: On Windows, Errstr FormatMessage has no values to insert.

For the Windows version of syscall Errstr, set the
FORMAT_MESSAGE_IGNORE_INSERTS value of the FormatMessage
Flags argument when there are no values to insert.

R=rsc, brainman
CC=golang-dev
https://golang.org/cl/1868043
src/pkg/syscall/syscall_windows.go