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

Jacek Caban jacek at codeweavers.com
Thu Sep 1 03:55:49 CDT 2016


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

Depends on patch 126115.

Signed-off-by: Jacek Caban <jacek at codeweavers.com>
---
  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(-)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-rbtree.h-Pass-compare-function-instead-of-wine_rb_fun.diff
Type: text/x-patch
Size: 24415 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20160901/d3bf8ac1/attachment-0001.bin>


More information about the wine-patches mailing list