e5dcd3f
diff -rupN qtactiveqt-everywhere-src-5.10.0/src/activeqt/control/qaxserverbase.cpp qtactiveqt-everywhere-src-5.10.0-new/src/activeqt/control/qaxserverbase.cpp
e5dcd3f
--- qtactiveqt-everywhere-src-5.10.0/src/activeqt/control/qaxserverbase.cpp	2017-11-21 11:03:48.000000000 +0100
e5dcd3f
+++ qtactiveqt-everywhere-src-5.10.0-new/src/activeqt/control/qaxserverbase.cpp	2017-12-20 18:42:08.894498371 +0100
50e6e57
@@ -4055,12 +4055,10 @@ HRESULT WINAPI QAxServerBase::SetColorSc
6777354
 }
6777354
 
6777354
 
6777354
-#ifdef QT_SHARED // avoid conflict with symbol in static lib
6777354
 bool qt_sendSpontaneousEvent(QObject *o, QEvent *e)
6777354
 {
6777354
     return QCoreApplication::sendSpontaneousEvent(o, e);
6777354
 }
6777354
-#endif
6777354
 
6777354
 /*
6777354
     Tries to set the size of the control.