// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
/* Windows */#[cfg(any(doc, target_os ="windows"))]pubmodwindows;#[cfg(target_os ="windows")]pubusewindows::*;/* Linux */#[cfg(any(doc, target_os ="linux"))]pubmodlinux;#[cfg(target_os ="linux")]pubuselinux::*;