Remove header file that doesnt work with msys2 faux windows headers
This commit is contained in:
parent
d69bc27160
commit
ad505e29c0
|
@ -1,8 +1,7 @@
|
|||
// Turn off wxWidgets attempting to use its own manifests
|
||||
#define wxUSE_NO_MANIFEST 1
|
||||
#include "wx/msw/wx.rc"
|
||||
#include <winres.h>
|
||||
#include <winver.h> // mingw/msys needs this
|
||||
#include <winver.h> // defines VS_VERSION_INFO
|
||||
#include <kicad_build_version.h>
|
||||
|
||||
#ifdef ISOLATION_AWARE_ENABLED
|
||||
|
|
Loading…
Reference in New Issue