17 Jun
2009
17 Jun
'09
5:04 p.m.
2009/6/17 Stefan Dösinger <stefan(a)codeweavers.com>:
+struct wine_rb_functions sig_tree_functions = +{ + sig_tree_alloc, + sig_tree_realloc, + sig_tree_free, + sig_tree_compare +};
Sorry for not mentioning this before, but you can just use wined3d_rb_alloc() etc. for that. wine_rb_init() can fail, although it should be rare enough that you might not care.