mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 15:25:35 +08:00
refs #891, unified "windows.h"
Remark: Using the lc version seems to be slightly smarter http://stackoverflow.com/a/15466951/356726
This commit is contained in:
committed by
Mathew Sutcliffe
parent
d280141563
commit
056d205488
@@ -13,12 +13,11 @@
|
||||
#include <array>
|
||||
|
||||
#ifdef Q_OS_WIN
|
||||
#include <Windows.h>
|
||||
#include <windows.h>
|
||||
#endif
|
||||
|
||||
namespace BlackMisc
|
||||
{
|
||||
|
||||
CProcessCtrl::CProcessCtrl(QObject *parent) :
|
||||
QProcess(parent)
|
||||
{ }
|
||||
|
||||
Reference in New Issue
Block a user