only embed manifest in .rc if mingw

This commit is contained in:
Alexander Frick
2025-12-02 21:28:01 -06:00
parent bb772a8cf4
commit 3da9fff2a5
+4
View File
@@ -13,13 +13,17 @@
#include "windows.h" #include "windows.h"
#undef APSTUDIO_HIDDEN_SYMBOLS #undef APSTUDIO_HIDDEN_SYMBOLS
#include "winres.h" #include "winres.h"
#ifdef __MINGW32__
#include "winuser.h" #include "winuser.h"
#endif
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
#undef APSTUDIO_READONLY_SYMBOLS #undef APSTUDIO_READONLY_SYMBOLS
#ifdef __MINGW32__
// Embed manifest for common controls and DPI support // Embed manifest for common controls and DPI support
1 RT_MANIFEST "xp_activate32.manifest" 1 RT_MANIFEST "xp_activate32.manifest"
#endif
#ifdef APSTUDIO_INVOKED #ifdef APSTUDIO_INVOKED
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////