[Issue 17248] Multiple wrong function definitions in core.sys.windows.winldap (causing runtime issues)
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Thu May 23 06:18:43 UTC 2019
https://issues.dlang.org/show_bug.cgi?id=17248
Dlang Bot <dlang-bot at dlang.rocks> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #2 from Dlang Bot <dlang-bot at dlang.rocks> ---
dlang/druntime pull request #2603 "fix ldap bindings, fix issue 17248" was
merged into stable:
- c4e2f9fb7de19f5da9b8e6af462eacad39a01b91 by WebFreak001:
fix ldap bindings, fix issue 17248
Looked up and corrected most LDAP methods:
changed char* (PCHAR) arguments to
const(char)* (PCSTR) where documentation say const
Renamed some types like in the documentation (purely aesthetic)
Fixed a PLDAPControlW actually being PLDAPControlA in an ASCII method
Changed [] arguments to * (fixed the referenced issue)
https://github.com/dlang/druntime/pull/2603
--
More information about the Digitalmars-d-bugs
mailing list