Francois Gouget : dwrite: Include config.h for HAVE___BUILTIN_POPCOUNT.
Module: wine Branch: master Commit: e24bd0b9d365a2204baeacc774451cb521becffa URL: https://source.winehq.org/git/wine.git/?a=commit;h=e24bd0b9d365a2204baeacc77... Author: Francois Gouget <fgouget(a)free.fr> Date: Mon Apr 20 03:56:53 2020 +0200 dwrite: Include config.h for HAVE___BUILTIN_POPCOUNT. Signed-off-by: Francois Gouget <fgouget(a)free.fr> Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/dwrite/opentype.c | 1 + 1 file changed, 1 insertion(+) diff --git a/dlls/dwrite/opentype.c b/dlls/dwrite/opentype.c index 9813676ab0..0307cd5981 100644 --- a/dlls/dwrite/opentype.c +++ b/dlls/dwrite/opentype.c @@ -21,6 +21,7 @@ #define COBJMACROS #define NONAMELESSUNION +#include "config.h" #include "dwrite_private.h" #include "winternl.h"
participants (1)
-
Alexandre Julliard