From 6528a3349f43f73f1dec4b83f7ab3b918b8f0aa6 Mon Sep 17 00:00:00 2001 From: Robert Adam Date: Wed, 11 Oct 2023 07:56:03 +0200 Subject: [PATCH] DOCS: Change encoding to UTF-8 & clean up error msg in FAQ (cherry picked from commit 620b7fd25399d80e77f9392d3c281268e13e4529) --- docs/dev/build-instructions/build_static.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dev/build-instructions/build_static.md b/docs/dev/build-instructions/build_static.md index 9ec7a5e82f9..95be6702156 100644 --- a/docs/dev/build-instructions/build_static.md +++ b/docs/dev/build-instructions/build_static.md @@ -253,7 +253,7 @@ Ref: https://github.com/microsoft/vcpkg/issues/13217 When installing the dependency zlib via vcpkg, it may fail to locate the include file `afxres.h` (when building its mdnsresponder dependency). ``` -dll.rc(10): fatal error RC1015: cannot open include file 'afxres.h'. [[…]\vcpkg\buildtrees\mdnsresponder\src\ponder-878-e7e3a9a271.clean\mDNSWindows\DLL\dnssd.vcxproj] +dll.rc(10): fatal error RC1015: cannot open include file 'afxres.h'. ``` To resolve this, ensure MFC has been installed in your Visual Studio installation.