Module: wine Branch: master Commit: 25c708911b392fb7e66d990d3de63b8361b63152 URL: http://source.winehq.org/git/wine.git/?a=commit;h=25c708911b392fb7e66d990d3d...
Author: Alexandre Julliard julliard@winehq.org Date: Mon Oct 20 12:22:13 2008 +0200
wldap32: Map Unix error codes to Windows ones for all functions.
---
dlls/wldap32/add.c | 10 +++++----- dlls/wldap32/bind.c | 16 ++++++++-------- dlls/wldap32/compare.c | 12 ++++++------ dlls/wldap32/control.c | 6 +++--- dlls/wldap32/delete.c | 8 ++++---- dlls/wldap32/extended.c | 8 ++++---- dlls/wldap32/init.c | 2 +- dlls/wldap32/misc.c | 2 +- dlls/wldap32/modify.c | 10 +++++----- dlls/wldap32/modrdn.c | 4 ++-- dlls/wldap32/option.c | 10 +++++----- dlls/wldap32/parse.c | 12 ++++++------ dlls/wldap32/rename.c | 8 ++++---- dlls/wldap32/search.c | 17 +++++++++-------- 14 files changed, 63 insertions(+), 62 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=25c708911b392fb7e66d99...