Skip to content

Commit 5fccbfd

Browse files
committed
Cleanups, minor fixes to item locations
1 parent dcb372b commit 5fccbfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shims/windows/foreign_items.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ use crate::*;
1212

1313
// The NTSTATUS STATUS_INVALID_HANDLE (0xC0000008) encoded as a HRESULT by setting the N bit.
1414
// (https://learn.microsoft.com/en-us/openspecs/windows_protocols/ms-erref/0642cb2f-2075-4469-918c-4441e69c548a)
15-
const STATUS_INVALID_HANDLE: u32 = 0xD0000008;
15+
// const STATUS_INVALID_HANDLE: u32 = 0xD0000008;
1616

1717
pub fn is_dyn_sym(name: &str) -> bool {
1818
// std does dynamic detection for these symbols

0 commit comments

Comments
 (0)