Fix #17457 - Functions in core.sys.windows.imagehlp should be marked …#23253
Fix #17457 - Functions in core.sys.windows.imagehlp should be marked …#232530-v-0 wants to merge 1 commit into
Conversation
|
Thanks for your pull request and interest in making D better, @0-v-0! We are looking forward to reviewing it, and you should be hearing from a maintainer soon.
Please see CONTRIBUTING.md for more information. If you have addressed all reviews or aren't sure how to proceed, don't hesitate to ping us with a simple comment. Bugzilla referencesYour PR doesn't reference any Bugzilla issue. If your PR contains non-trivial changes, please reference a Bugzilla issue or create a manual changelog.
|
|
If I see correctly, the functions were already marked, this PR just also marks callback types nothrow nogc. This hits the age old issue of functions whose attributes depend on callback attributes being inexpressible. While the proposed change is consistent with the current application, it also breaks code with false positive error messages. |
…@nogc nothrow
Closes #17457