mirror of
https://github.com/dlang/dmd.git
synced 2025-04-25 20:50:41 +03:00
7 lines
374 B
Text
7 lines
374 B
Text
Add Windows BCrypt bindings under `core.sys.windows.bcrypt`
|
|
|
|
Adds full [BCrypt API](https://learn.microsoft.com/en-us/windows/win32/api/bcrypt/) bindings
|
|
to the Windows-specific system bindings.
|
|
|
|
The Windows-specific bindings under `core.sys.windows.sdkddkver` and `core.sys.windows.w32api`
|
|
have also been updated in order to facilitate the creation of the BCrypt bindings.
|