diff --git a/src/libs/3rdparty/botan/botan.cpp b/src/libs/3rdparty/botan/botan.cpp index c1eb2cf9c36..4903dc13d27 100644 --- a/src/libs/3rdparty/botan/botan.cpp +++ b/src/libs/3rdparty/botan/botan.cpp @@ -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 */ diff --git a/src/plugins/projectexplorer/devicesupport/localprocesslist.cpp b/src/plugins/projectexplorer/devicesupport/localprocesslist.cpp index 94dfb5b6da8..d6e2dea5c0c 100644 --- a/src/plugins/projectexplorer/devicesupport/localprocesslist.cpp +++ b/src/plugins/projectexplorer/devicesupport/localprocesslist.cpp @@ -50,6 +50,9 @@ #include #include #include +#ifndef PROCESS_SUSPEND_RESUME +#define PROCESS_SUSPEND_RESUME 0x0800 +#endif #endif namespace ProjectExplorer {