[Issue 17248] Multiple wrong function definitions in core.sys.windows.winldap (causing runtime issues)
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sat May 11 12:07:24 UTC 2019
https://issues.dlang.org/show_bug.cgi?id=17248
Dlang Bot <dlang-bot at dlang.rocks> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |pull
--- Comment #1 from Dlang Bot <dlang-bot at dlang.rocks> ---
@WebFreak001 created dlang/druntime pull request #2603 "fix ldap bindings, fix
issue 17248" fixing this issue:
- 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