Skip to content

Commit

Permalink
DOCS: Change encoding to UTF-8 & clean up error msg in FAQ
Browse files Browse the repository at this point in the history
  • Loading branch information
Krzmbrzl authored Oct 11, 2023
1 parent 5cef9f6 commit 620b7fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/dev/build-instructions/build_static.md
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,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.

0 comments on commit 620b7fd

Please sign in to comment.