Module: wine Branch: master Commit: 17021e530755176076703c4596c175d3bffcf4bf URL: https://gitlab.winehq.org/wine/wine/-/commit/17021e530755176076703c4596c175d...
Author: Hans Leidekker hans@codeweavers.com Date: Mon Sep 19 16:35:55 2022 +0200
wldap32: Add a prefix to definitions that conflict with OpenLDAP headers.
---
dlls/wldap32/add.c | 24 +-- dlls/wldap32/ber.c | 6 +- dlls/wldap32/bind.c | 62 +++--- dlls/wldap32/compare.c | 24 +-- dlls/wldap32/control.c | 38 ++-- dlls/wldap32/delete.c | 24 +-- dlls/wldap32/dn.c | 14 +- dlls/wldap32/error.c | 44 ++-- dlls/wldap32/extended.c | 26 +-- dlls/wldap32/init.c | 17 +- dlls/wldap32/misc.c | 20 +- dlls/wldap32/modify.c | 20 +- dlls/wldap32/modrdn.c | 24 +-- dlls/wldap32/option.c | 464 ++++++++++++++++++++--------------------- dlls/wldap32/page.c | 56 ++--- dlls/wldap32/parse.c | 52 ++--- dlls/wldap32/rename.c | 16 +- dlls/wldap32/search.c | 28 +-- dlls/wldap32/value.c | 6 +- dlls/wldap32/winldap_private.h | 152 ++++++++++++++ 20 files changed, 632 insertions(+), 485 deletions(-)