[PATCH] dwrite: Include config.h for HAVE___BUILTIN_POPCOUNT.

Francois Gouget fgouget at free.fr
Sun Apr 19 20:56:53 CDT 2020


Signed-off-by: Francois Gouget <fgouget at free.fr>
---
 dlls/dwrite/opentype.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dlls/dwrite/opentype.c b/dlls/dwrite/opentype.c
index 9813676ab0a..0307cd59810 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"
 
-- 
2.20.1



More information about the wine-devel mailing list