windows: in mkwinsyscall, add an option to specify a custom dll extension#166
windows: in mkwinsyscall, add an option to specify a custom dll extension#166ranganath42 wants to merge 2 commits intogolang:masterfrom
Conversation
…sion The current implementation uses a hardcoded '.dll' extension, but some Windows dll files have different extensions (such as .ocx, .drv). Fixes #58337
|
This PR (HEAD: 9b6e537) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/sys/+/506697 to see it. Tip: You can toggle comments from me using the |
|
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/506697. |
|
Message from Alex Brainman: Patch Set 1: Run-TryBot+1 (7 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/506697. |
|
Message from Gopher Robot: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/506697. |
|
Message from Gopher Robot: Patch Set 1: TryBot-Result+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/506697. |
windows: in mkwinsyscall, add an option to specify a custom dll extension
The current implementation uses a hardcoded '.dll' extension, but some
Windows dll files have different extensions (such as .ocx, .drv).
Fixes #58337