forked from qt-creator/qt-creator
MinGW: Fix warning about _WIN32_WINNT being redefined
Change-Id: Ia097316b1eb16fbb0868f8b3f42e0ad5892f4573 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
This commit is contained in:
@@ -43,6 +43,7 @@ static inline QString msgCannotInterrupt(int pid, const QString &why)
|
||||
|
||||
#if defined(Q_OS_WIN)
|
||||
|
||||
#undef _WIN32_WINNT
|
||||
#define _WIN32_WINNT 0x0501 /* WinXP, needed for DebugBreakProcess() */
|
||||
|
||||
#include <utils/winutils.h>
|
||||
|
||||
Reference in New Issue
Block a user