Jacek Caban : rbtree.h: Pass compare function instead of wine_rb_functions to wine_rb_init.

Alexandre Julliard julliard at winehq.org
Fri Sep 2 11:41:44 CDT 2016


Module: wine
Branch: master
Commit: acc0bb0521a17f69d104f66dc9b0577621ee32ec
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=acc0bb0521a17f69d104f66dc9b0577621ee32ec

Author: Jacek Caban <jacek at codeweavers.com>
Date:   Thu Sep  1 10:55:49 2016 +0200

rbtree.h: Pass compare function instead of wine_rb_functions to wine_rb_init.

Also change return type to void since the function can no longer fail.

Signed-off-by: Jacek Caban <jacek at codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/d3d10/d3d10_main.c            | 10 +------
 dlls/d3d10/d3d10_private.h         |  4 ---
 dlls/d3d10/utils.c                 | 15 -----------
 dlls/d3d11/device.c                | 55 +++-----------------------------------
 dlls/d3dcompiler_43/reflection.c   | 25 +----------------
 dlls/d3dcompiler_43/utils.c        | 46 +++----------------------------
 dlls/dbghelp/dbghelp_private.h     |  2 +-
 dlls/dbghelp/module.c              |  2 +-
 dlls/dbghelp/source.c              | 25 +----------------
 dlls/wined3d/arb_program_shader.c  | 22 +++------------
 dlls/wined3d/ati_fragment_shader.c |  2 +-
 dlls/wined3d/device.c              | 10 +------
 dlls/wined3d/glsl_shader.c         | 14 +++-------
 dlls/wined3d/utils.c               | 35 ++----------------------
 dlls/wined3d/wined3d_private.h     |  9 +++----
 include/wine/rbtree.h              | 16 +++--------
 16 files changed, 30 insertions(+), 262 deletions(-)

Diff:   http://source.winehq.org/git/wine.git/?a=commitdiff;h=acc0bb0521a17f69d104f66dc9b0577621ee32ec



More information about the wine-cvs mailing list