Reapply "Define WIN32_LEAN_AND_MEAN to avoid collision with winsock2"
It was reverted in 309c67a205
because it
was suspected of breaking Windows releases, but the reason was
different.
This commit is contained in:
parent
63487e8ed8
commit
0c1402d92a
|
@ -14,6 +14,7 @@
|
|||
* If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#include <QApplication>
|
||||
#include <QAbstractEventDispatcher>
|
||||
#include <QtWidgets>
|
||||
|
|
Loading…
Reference in New Issue