wordpad: Make qsort callback function cdecl.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
90ac46fe33
commit
04f0729d94
|
@ -657,7 +657,7 @@ static int CALLBACK enum_font_proc(const LOGFONTW *lpelfe, const TEXTMETRICW *lp
|
|||
return 1;
|
||||
}
|
||||
|
||||
static int fonts_desc_compare(const void *a, const void *b)
|
||||
static int __cdecl fonts_desc_compare(const void *a, const void *b)
|
||||
{
|
||||
const struct font_desc *left = a, *right = b;
|
||||
return lstrcmpiW(left->name, right->name);
|
||||
|
|
Loading…
Reference in New Issue