forked from qt-creator/qt-creator
Fix build with MinGW 4.4
Change-Id: I84d0284a019887236e725eea8ed01f723101e361 Reviewed-by: Knut Petter Svendsen <knutpett@pvv.org> Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
4
src/libs/3rdparty/botan/botan.cpp
vendored
4
src/libs/3rdparty/botan/botan.cpp
vendored
@@ -16044,8 +16044,6 @@ void Extended_Key_Usage::contents_to(Data_Store& subject, Data_Store&) const
|
||||
subject.add("X509v3.ExtendedKeyUsage", oids[i].as_string());
|
||||
}
|
||||
|
||||
namespace {
|
||||
|
||||
/*
|
||||
* A policy specifier
|
||||
*/
|
||||
@@ -16073,8 +16071,6 @@ class Policy_Information : public ASN1_Object
|
||||
}
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
/*
|
||||
* Encode the extension
|
||||
*/
|
||||
|
||||
@@ -50,6 +50,9 @@
|
||||
#include <utils/winutils.h>
|
||||
#include <tlhelp32.h>
|
||||
#include <psapi.h>
|
||||
#ifndef PROCESS_SUSPEND_RESUME
|
||||
#define PROCESS_SUSPEND_RESUME 0x0800
|
||||
#endif
|
||||
#endif
|
||||
|
||||
namespace ProjectExplorer {
|
||||
|
||||
Reference in New Issue
Block a user