From eaab67dee12c72f80e2a79658be3e98619edac9c Mon Sep 17 00:00:00 2001 From: Maarten Bent Date: Wed, 19 Apr 2023 22:08:19 +0200 Subject: [PATCH] Fix runtime exception when running application compiled with clang on Windows It gives the following error: The application has failed to start because its side-by-side configuration is incorrect Fix this by specifying the xml namespace. Examples on the Microsoft website use v2, so change this too. --- include/wx/msw/wx_dpi_aware.manifest | 14 +++++++------- include/wx/msw/wx_dpi_aware_pmv2.manifest | 14 +++++++------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/include/wx/msw/wx_dpi_aware.manifest b/include/wx/msw/wx_dpi_aware.manifest index 28733f1cab..ab04033ebc 100644 --- a/include/wx/msw/wx_dpi_aware.manifest +++ b/include/wx/msw/wx_dpi_aware.manifest @@ -5,13 +5,13 @@ - - - - - - - + + + + + + + true diff --git a/include/wx/msw/wx_dpi_aware_pmv2.manifest b/include/wx/msw/wx_dpi_aware_pmv2.manifest index f8a475152d..407c991842 100644 --- a/include/wx/msw/wx_dpi_aware_pmv2.manifest +++ b/include/wx/msw/wx_dpi_aware_pmv2.manifest @@ -5,13 +5,13 @@ - - - - - - - + + + + + + + PerMonitorV2, system