Module: wine Branch: master Commit: 8db46756ca91695c7242e05d24a3e5ec4340c10c URL: https://source.winehq.org/git/wine.git/?a=commit;h=8db46756ca91695c7242e05d2...
Author: Hans Leidekker hans@codeweavers.com Date: Mon Apr 19 10:04:54 2021 +0200
wldap32: Get rid of the WLDAP32_ prefix.
We can now include the public header without conflicts.
Signed-off-by: Hans Leidekker hans@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/wldap32/add.c | 45 ++-- dlls/wldap32/ber.c | 104 ++++---- dlls/wldap32/bind.c | 132 +++++------ dlls/wldap32/compare.c | 57 ++--- dlls/wldap32/control.c | 65 +++-- dlls/wldap32/delete.c | 51 ++-- dlls/wldap32/dn.c | 31 +-- dlls/wldap32/error.c | 59 ++--- dlls/wldap32/extended.c | 58 ++--- dlls/wldap32/init.c | 67 +++--- dlls/wldap32/libldap.c | 5 +- dlls/wldap32/libldap.h | 147 ++++++------ dlls/wldap32/misc.c | 106 ++++----- dlls/wldap32/modify.c | 49 ++-- dlls/wldap32/modrdn.c | 41 ++-- dlls/wldap32/option.c | 525 ++++++++++++++++++++-------------------- dlls/wldap32/page.c | 112 ++++----- dlls/wldap32/parse.c | 118 ++++----- dlls/wldap32/rename.c | 33 +-- dlls/wldap32/search.c | 76 +++--- dlls/wldap32/value.c | 31 +-- dlls/wldap32/winldap_private.h | 527 +++-------------------------------------- dlls/wldap32/wldap32.spec | 56 ++--- include/winber.h | 2 +- include/winldap.h | 10 +- 25 files changed, 1039 insertions(+), 1468 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=8db46756ca91695c7242e...