We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eeeff9a commit 2389daaCopy full SHA for 2389daa
library/std/src/sys/pal/windows/os.rs
@@ -5,8 +5,9 @@
5
#[cfg(test)]
6
mod tests;
7
8
-use super::api::{self, WinError};
9
-use super::to_u16s;
+#[cfg(not(target_vendor = "uwp"))]
+use super::api::WinError;
10
+use super::{api, to_u16s};
11
use crate::error::Error as StdError;
12
use crate::ffi::{OsStr, OsString};
13
use crate::os::windows::ffi::EncodeWide;
0 commit comments