/* This Source Code Form is subject to the terms of the Mozilla Public *License,v.2.0.IfacopyoftheMPLwasnotdistributedwiththis
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#include"mozilla/mscom/ProcessRuntimeShared.h"
#include"mozilla/glue/WinUtils.h"
// We allow multiple ProcessRuntime instances to exist simultaneously (even // on separate threads), but only one should be doing the process-wide // initialization. These variables provide that mutual exclusion. static mozilla::glue::Win32SRWLock gLock; static mozilla::mscom::detail::ProcessInitState gProcessInitState =
mozilla::mscom::detail::ProcessInitState::Uninitialized;
namespace mozilla {
namespace mscom {
namespace detail {
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.