[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:
winesync 2020-09-11 15:55:28 +02:00 committed by Jérôme Gardou
parent 1c16ab4847
commit 84531c319d
2 changed files with 2 additions and 2 deletions

View file

@ -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;

View file

@ -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