blob: 9fcc80990f6eb24111ae113e59e098056f17b72f [file] [log] [blame]
// Copyright 2013 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "partition_alloc/partition_alloc_base/process/process_handle.h"
#include <windows.h>
namespace partition_alloc::internal::base {
ProcessId GetCurrentProcId() {
return ::GetCurrentProcessId();
}
} // namespace partition_alloc::internal::base