Files
MINGW-packages/mingw-w64-codelite-git/002-mingw-use-wx-manifests.patch
2017-06-22 13:05:59 +03:00

17 lines
479 B
Diff

--- codelite/LiteEditor/code_parser.rc.orig 2015-03-10 23:32:02.096800000 +0300
+++ codelite/LiteEditor/code_parser.rc 2015-03-10 23:32:36.214000000 +0300
@@ -25,11 +25,13 @@
aaaaa ICON "res/cubes.ico"
#include "wx/msw/wx.rc"
+#ifndef __MINGW32__
#if WIN64
1 24 "wx/msw/amd64.manifest"
#else
1 24 "wx/msw/wx.manifest"
#endif
+#endif
///////////////////////////////////////////////////////////////////////////////
// Version information
VS_VERSION_INFO VERSIONINFO