// Copyright 2019-2024 Tauri Programme within The Commons Conservancy
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: MIT
#[cfg(windows)]modwindows;// Takes a `&'static str` here since we convert clickable hyperlinks,
// DO NOT pass in untrusted input
pubfnerror(err:&'staticstr){#[cfg(windows)]windows::error(err);#[cfg(not(windows))]{unimplemented!("Error dialog is not implemented for this platform");}}