diff options
| author | Kai Koehne <[email protected]> | 2013-04-24 09:39:53 +0200 |
|---|---|---|
| committer | Kai Koehne <[email protected]> | 2013-04-24 12:17:44 +0200 |
| commit | 16fd2cbb931bba56ec6bbda8567ea20aa324d18b (patch) | |
| tree | d9a23bb1fec116d9afc2a83b424dac1c5030de08 /src/plugins/debugger/procinterrupt.cpp | |
| parent | 2e2f33434983b4ac8235c05e4ed8cf415658f9c6 (diff) | |
MinGW: Fix warning about _WIN32_WINNT being redefined
Change-Id: Ia097316b1eb16fbb0868f8b3f42e0ad5892f4573
Reviewed-by: Friedemann Kleint <[email protected]>
Diffstat (limited to 'src/plugins/debugger/procinterrupt.cpp')
| -rw-r--r-- | src/plugins/debugger/procinterrupt.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/debugger/procinterrupt.cpp b/src/plugins/debugger/procinterrupt.cpp index 9530fc0e2f3..e93b3260146 100644 --- a/src/plugins/debugger/procinterrupt.cpp +++ b/src/plugins/debugger/procinterrupt.cpp @@ -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> |
