// SPDX-FileCopyrightText: 2025 some100 <ootinnyoo@outlook.com>
// SPDX-License-Identifier: MIT
//! A parser for the Windows BCD and Windows boot manager.
#[cfg(feature ="windows_bcd")]pubmodwindows_bcd;#[cfg(feature ="windows_bcd")]pubusewindows_bcd::WinConfig;#[cfg(not(feature ="windows_bcd"))]pubmodwindows_auto;#[cfg(not(feature ="windows_bcd"))]pubusewindows_auto::WinConfig;