// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
/* Windows */#[cfg(any(doc, target_os ="windows"))]pub(super)modwindows;#[cfg(target_os ="windows")]pub(super)usewindows::*;/* Linux */#[cfg(any(doc, target_os ="linux"))]pub(crate)modlinux;#[cfg(target_os ="linux")]pub(crate)uselinux::*;