only embed manifest in .rc if mingw
This commit is contained in:
@@ -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
|
||||||
/////////////////////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////////////////////
|
||||||
|
|||||||
Reference in New Issue
Block a user