]> Cypherpunks repositories - gostls13.git/commit
[release-branch.go1] syscall: revert API changes in Windows Win32finddata fix.
authorRuss Cox <rsc@golang.org>
Wed, 13 Jun 2012 20:24:57 +0000 (16:24 -0400)
committerRuss Cox <rsc@golang.org>
Wed, 13 Jun 2012 20:24:57 +0000 (16:24 -0400)
commit2117541627d3de86070d60fb9a0cbec96076fb0b
treea0d35ea4a6535c276893460ac9c31cf035531550
parent1ddbfeedae55844a3b3a671ef66a2fe17bfd81b7
[release-branch.go1] syscall: revert API changes in Windows Win32finddata fix.

««« backport 7a7a91c3da32
syscall: revert API changes in Windows Win32finddata fix.

Preserve old API by using correct struct in system call
and then copying the results, as we did for SetsockoptLinger.

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/6307065

»»»
api/next.txt
src/pkg/os/file_windows.go
src/pkg/syscall/syscall_windows.go
src/pkg/syscall/zsyscall_windows_386.go
src/pkg/syscall/zsyscall_windows_amd64.go
src/pkg/syscall/ztypes_windows.go