mirror of
https://github.com/reactos/reactos.git
synced 2025-01-02 20:43:18 +00:00
[WINESYNC] dbghelp: Make symt_get_best_at() static.
Signed-off-by: Francois Gouget <fgouget@free.fr> Signed-off-by: Alexandre Julliard <julliard@winehq.org> wine commit id edcff4046c5aa70c047c1a523a93a5cc5782fb44 by Francois Gouget <fgouget@free.fr>
This commit is contained in:
parent
1c16ab4847
commit
84531c319d
2 changed files with 2 additions and 2 deletions
|
@ -875,7 +875,7 @@ static void symt_get_length(struct module* module, const struct symt* symt, ULON
|
|||
}
|
||||
|
||||
/* neede by symt_find_nearest */
|
||||
int symt_get_best_at(struct module* module, int idx_sorttab)
|
||||
static int symt_get_best_at(struct module* module, int idx_sorttab)
|
||||
{
|
||||
ULONG64 ref_addr;
|
||||
int idx_sorttab_orig = idx_sorttab;
|
||||
|
|
|
@ -4,4 +4,4 @@ files:
|
|||
include/dbghelp.h: sdk/include/psdk/dbghelp.h
|
||||
include/wine/mscvpdb.h: sdk/include/reactos/wine/mscvpdb.h
|
||||
tags:
|
||||
wine: 797f93be6553d4a759473886ad00826c3371d094
|
||||
wine: edcff4046c5aa70c047c1a523a93a5cc5782fb44
|
||||
|
|
Loading…
Reference in a new issue