Remove <shobjidl.h> inclusion to fix MinGW TDM 32 bit build

This header, added in b61123cd7d, doesn't
seem to be needed and breaks compilation with TDM gcc 4.8 and 5.1, so
just avoid including it.

See #15402.
This commit is contained in:
Vadim Zeitlin
2018-08-31 19:23:43 +02:00
parent a5756073f7
commit d70b515216

View File

@@ -22,7 +22,6 @@
#include <exdispid.h>
#include <exdisp.h>
#include <mshtml.h>
#include <shobjidl.h>
#include "wx/msw/registry.h"
#include "wx/msw/missing.h"
#include "wx/msw/ole/safearray.h"