Module: wine Branch: master Commit: 5eb2753a4449fd5e336146e30e6d85e459210132 URL: http://source.winehq.org/git/wine.git/?a=commit;h=5eb2753a4449fd5e336146e30e... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Mon Jan 5 12:40:28 2009 +0100 wldap32: Use ~0u instead of ~0ul for DWORD values. --- dlls/wldap32/add.c | 4 ++-- dlls/wldap32/bind.c | 12 ++++++------ dlls/wldap32/compare.c | 10 +++++----- dlls/wldap32/control.c | 4 ++-- dlls/wldap32/delete.c | 6 +++--- dlls/wldap32/error.c | 4 ++-- dlls/wldap32/init.c | 4 ++-- dlls/wldap32/misc.c | 12 ++++++------ dlls/wldap32/modify.c | 8 ++++---- dlls/wldap32/modrdn.c | 12 ++++++------ dlls/wldap32/page.c | 6 +++--- dlls/wldap32/parse.c | 8 ++++---- dlls/wldap32/search.c | 10 +++++----- 13 files changed, 50 insertions(+), 50 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=5eb2753a4449fd5e336146...