Remove header file that doesnt work with msys2 faux windows headers

This commit is contained in:
Marek Roszko 2021-03-07 15:32:38 -05:00
parent d69bc27160
commit ad505e29c0
1 changed files with 1 additions and 2 deletions

View File

@ -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