Francois Gouget : dwrite: Include config.h for HAVE___BUILTIN_POPCOUNT.

Alexandre Julliard julliard at winehq.org
Tue Apr 21 15:59:46 CDT 2020


Module: wine
Branch: master
Commit: e24bd0b9d365a2204baeacc774451cb521becffa
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=e24bd0b9d365a2204baeacc774451cb521becffa

Author: Francois Gouget <fgouget at 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 at free.fr>
Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at 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"
 




More information about the wine-cvs mailing list