June 29, 2020
https://issues.dlang.org/show_bug.cgi?id=20992

--- Comment #1 from Basile-z <b2.temp@gmx.com> ---
user has fixed this by declaring

---
extern (Windows) {
int LCIDToLocaleName(LCID, LPWSTR, int, DWORD);
enum uint LOCALE_NAME_MAX_LENGTH = 0x55;
enum uint LOCALE_ALLOW_NEUTRAL_NAMES = 0x08000000;
}
---

 so this could be put in core bindings.

--
February 07, 2022
https://issues.dlang.org/show_bug.cgi?id=20992

Basile-z <b2.temp@gmx.com> changed:

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

--