Move manifest explanation in the main wxMSW install docs

This is important enough to be described directly there, especially now
when a manifest is required.
This commit is contained in:
Vadim Zeitlin 2023-01-07 18:39:04 +00:00
parent fc9ade48b9
commit e7297592cb
4 changed files with 35 additions and 30 deletions

View file

@ -22,7 +22,7 @@ sample ICON "sample.ico"
// set this to 1 if you don't want to use manifest resource provided by wxWidgets.
// An aplication manifest is needed for the application UI to look properly and other
// things - see docs/msw/winxp.md for more information)
// things - see docs/msw/install.md for more information)
#define wxUSE_NO_MANIFEST 0
// to enable full High DPI suppport, we need to opt in into Per-Monitor (V2) DPI awareness,