Module: wine Branch: refs/heads/master Commit: 91e45c62d3c8ee1243710bd482ebdeec665743e5 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=91e45c62d3c8ee1243710bd4...
Author: Alexandre Julliard julliard@winehq.org Date: Mon Jun 12 21:34:46 2006 +0200
wldap32: Explicitly specify CDECL calling convention on exported functions.
---
dlls/wldap32/add.c | 16 +- dlls/wldap32/ber.c | 26 ++- dlls/wldap32/bind.c | 28 ++-- dlls/wldap32/compare.c | 16 +- dlls/wldap32/control.c | 24 ++- dlls/wldap32/delete.c | 16 +- dlls/wldap32/dn.c | 16 +- dlls/wldap32/error.c | 12 +- dlls/wldap32/extended.c | 10 + dlls/wldap32/init.c | 26 ++- dlls/wldap32/misc.c | 46 +++--- dlls/wldap32/modify.c | 16 +- dlls/wldap32/modrdn.c | 16 +- dlls/wldap32/option.c | 8 + dlls/wldap32/page.c | 20 +-- dlls/wldap32/parse.c | 20 +-- dlls/wldap32/rename.c | 8 + dlls/wldap32/search.c | 20 +-- dlls/wldap32/value.c | 20 +-- include/winldap.h | 368 ++++++++++++++++++++++++----------------------- 20 files changed, 366 insertions(+), 366 deletions(-)
Diff: http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=91e45c62d3c8ee124371...