windows: Fixes windows.PSAPI_WORKING_SET_EX_INFORMATION data structure does not match the Windows api#255
windows: Fixes windows.PSAPI_WORKING_SET_EX_INFORMATION data structure does not match the Windows api#255dangodangodango wants to merge 3 commits intogolang:masterfrom
Conversation
|
This PR (HEAD: 9274d89) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/sys/+/686255. Important tips:
|
|
Message from Gopher Robot: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/686255. |
|
Message from Gopher Robot: Patch Set 1: Congratulations on opening your first change. Thank you for your contribution! Next steps: Most changes in the Go project go through a few rounds of revision. This can be During May-July and Nov-Jan the Go project is in a code freeze, during which Please don’t reply on this GitHub thread. Visit golang.org/cl/686255. |
|
This PR (HEAD: b0deab2) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/sys/+/686255. Important tips:
|
|
Message from Alex Brainman: Patch Set 4: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/686255. |
|
This PR (HEAD: b0228d8) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/sys/+/686255. Important tips:
|
|
This PR (HEAD: c832026) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/sys/+/686255. Important tips:
|
|
Message from tianxiong li: Patch Set 8: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/686255. |
|
Message from Alex Brainman: Patch Set 8: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/686255. |
|
Message from tianxiong li: Patch Set 8: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/686255. |
|
Message from tianxiong li: Patch Set 8: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/686255. |
|
Message from tianxiong li: Patch Set 8: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/686255. |
|
Message from Alex Brainman: Patch Set 8: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/686255. |
Modify the data structure to be correct and consistent with the Windows API.
Fixes golang/go#74493