-
-
Notifications
You must be signed in to change notification settings - Fork 421
Fix Issue 15322 - Correct versioning PENUM_PAGE_FILE_CALLBACK #2928
Conversation
According to [Microsoft Docs](https://docs.microsoft.com/en-us/windows/win32/api/psapi/nf-psapi-enumpagefilesw), `EnumPageFilesW` always taking a `PENUM_PAGE_FILE_CALLBACKW` parameter. While before the correction, when version `Unicode` is not defined, `EnumPageFilesW` will be declared to take a `PENUM_PAGE_FILE_CALLBACKW`.
|
Thanks for your pull request and interest in making D better, @LimiQS! 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 references
Testing this PR locallyIf you don't have a local development environment setup, you can use Digger to test this PR: dub fetch digger
dub run digger -- build "master + druntime#2928" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK, but why remove the PENUM_PAGE_FILE_CALLBACK alias?
Sorry I missed that. Has been fixed. |
|
Nit, commit messages ought to be wrapped to 80 characters, and are in plain text (not Markdown). |
Ok, I will follow this standard. |
|
Why not stable? |
|
@LimiQS your repository seems to have gone missing? |
|
@thewilsonator https://github.com/LimiQS/druntime/tree/patch-1 perhaps already restored, needs re-running auto-tester? |
|
Well Github says "Unknown repository". |
|
Hmm, yes, GitHub points to https://github.com/dlang/druntime/tree/patch-1, maybe GitHub's bug...? |
|
It was missing, I restored branch manually. |
Correct versioning PENUM_PAGE_FILE_CALLBACK