GH-1379 fix build on win32

This commit is contained in:
Petr Mrázek 2016-01-07 06:47:07 +01:00
parent 59e6b4ed55
commit d8b1ae38fb

View File

@ -149,6 +149,10 @@ void LoggedProcess::on_stateChange(QProcess::ProcessState state)
}
}
#if defined Q_OS_WIN32
#include <windows.h>
#endif
qint64 LoggedProcess::processId() const
{
#ifdef Q_OS_WIN