X-Git-Url: https://git.hcoop.net/bpt/emacs.git/blobdiff_plain/383e09700c9b3d175c506301d363be4597827db7..f57e2426f0e8a6b251be71b6f62237fd286998ea:/src/w32uniscribe.c diff --git a/src/w32uniscribe.c b/src/w32uniscribe.c index cfdf629cee..9b5bd141d7 100644 --- a/src/w32uniscribe.c +++ b/src/w32uniscribe.c @@ -57,9 +57,9 @@ extern int initialized; extern struct font_driver uniscribe_font_driver; /* EnumFontFamiliesEx callback. */ -static int CALLBACK add_opentype_font_name_to_list P_ ((ENUMLOGFONTEX *, - NEWTEXTMETRICEX *, - DWORD, LPARAM)); +static int CALLBACK add_opentype_font_name_to_list (ENUMLOGFONTEX *, + NEWTEXTMETRICEX *, + DWORD, LPARAM); /* Used by uniscribe_otf_capability. */ static Lisp_Object otf_features (HDC context, char *table);