Fix: enable DPI-awareness for MINGW builds

This commit is contained in:
glx
2019-01-25 03:43:24 +01:00
committed by glx22
parent 4158c077cd
commit 255fa6e1a8
4 changed files with 32 additions and 6 deletions

View File

@@ -14,7 +14,7 @@
#define APSTUDIO_HIDDEN_SYMBOLS
#include "windows.h"
#undef APSTUDIO_HIDDEN_SYMBOLS
#ifdef MSVC
#ifndef __MINGW32__
#include "winres.h"
#else
#define IDC_STATIC (-1) // all static controls
@@ -117,5 +117,9 @@ END
#endif // !_MAC
#ifdef __MINGW32__
1 24 "..\\..\\..\\projects\\dpi_aware.manifest"
#endif
#endif // Neutral (Default) resources
/////////////////////////////////////////////////////////////////////////////