From bb772a8cf49243946003e40117437c7e30133479 Mon Sep 17 00:00:00 2001 From: Alexander Frick Date: Mon, 1 Dec 2025 13:00:55 -0600 Subject: [PATCH] embed manifest for mingw --- src/resource.rc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/resource.rc b/src/resource.rc index 3f2da59..89f53b7 100644 --- a/src/resource.rc +++ b/src/resource.rc @@ -13,10 +13,14 @@ #include "windows.h" #undef APSTUDIO_HIDDEN_SYMBOLS #include "winres.h" +#include "winuser.h" ///////////////////////////////////////////////////////////////////////////// #undef APSTUDIO_READONLY_SYMBOLS +// Embed manifest for common controls and DPI support +1 RT_MANIFEST "xp_activate32.manifest" + #ifdef APSTUDIO_INVOKED ///////////////////////////////////////////////////////////////////////////// // @@ -227,4 +231,3 @@ END ///////////////////////////////////////////////////////////////////////////// #endif // not APSTUDIO_INVOKED -