February 04, 2020
https://issues.dlang.org/show_bug.cgi?id=15322

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@LimiQS created dlang/druntime pull request #2928 "Fix Issue 15322 - Correct versioning PENUM_PAGE_FILE_CALLBACK" fixing this issue:

- Fix Issue 15322 - Correct versioning PENUM_PAGE_FILE_CALLBACK

  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`.

https://github.com/dlang/druntime/pull/2928

--
February 06, 2020
https://issues.dlang.org/show_bug.cgi?id=15322

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/druntime pull request #2928 "Fix Issue 15322 - Correct versioning PENUM_PAGE_FILE_CALLBACK" was merged into master:

- 515500355fde5d1611e751163f0c79bfdd78f19c by Asakusa Yakumo:
  Fix Issue 15322 - Correct versioning PENUM_PAGE_FILE_CALLBACK

  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`.

https://github.com/dlang/druntime/pull/2928

--