Merge branch 'improve-manifest-docs'

Improve manifest docs.

See #23123.
This commit is contained in:
Vadim Zeitlin 2023-01-13 16:02:26 +00:00
commit 804a82df8c
6 changed files with 57 additions and 41 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,