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 dcb372b commit 5fccbfdCopy full SHA for 5fccbfd
src/shims/windows/foreign_items.rs
@@ -12,7 +12,7 @@ use crate::*;
12
13
// The NTSTATUS STATUS_INVALID_HANDLE (0xC0000008) encoded as a HRESULT by setting the N bit.
14
// (https://learn.microsoft.com/en-us/openspecs/windows_protocols/ms-erref/0642cb2f-2075-4469-918c-4441e69c548a)
15
-const STATUS_INVALID_HANDLE: u32 = 0xD0000008;
+// const STATUS_INVALID_HANDLE: u32 = 0xD0000008;
16
17
pub fn is_dyn_sym(name: &str) -> bool {
18
// std does dynamic detection for these symbols
0 commit comments