forked from qt-creator/qt-creator
Fix Windows build
Change-Id: If00c202e6313402faff962398c91dbe41ad30682 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
c6449e55ff
commit
fcf8575163
@@ -30,8 +30,9 @@
|
||||
#include "procinterrupt.h"
|
||||
#include "debuggerconstants.h"
|
||||
|
||||
#include <QProcess> // makes kill visible on Windows.
|
||||
#include <QCoreApplication>
|
||||
#include <QDir>
|
||||
#include <QProcess> // makes kill visible on Windows.
|
||||
|
||||
using namespace Debugger::Internal;
|
||||
|
||||
|
||||
@@ -31,6 +31,8 @@
|
||||
|
||||
#ifdef Q_OS_WIN
|
||||
|
||||
#include <QTextStream>
|
||||
|
||||
// Enable Win API of XP SP1 and later
|
||||
#define _WIN32_WINNT 0x0502
|
||||
#include <windows.h>
|
||||
|
||||
Reference in New Issue
Block a user