Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/third_party/rust/winreg/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 488 B image not shown  

Quelle  build.rs   Sprache: unbekannt

 
fn main() {
    if std::env::var("CARGO_CFG_WINDOWS").is_err() {
        eprintln!("error: winreg is only supported on Windows platforms");
        eprintln!(
            "help: if your application is multi-platform, use \
            `[target.'cfg(windows)'.dependencies] winreg = \"...\"`"
        );
        eprintln!("help: if your application is only supported on Windows, use `--target x86_64-pc-windows-gnu` or some other windows platform");
        std::process::exit(1);
    }
}

[ Dauer der Verarbeitung: 0.12 Sekunden  (vorverarbeitet)  ]