Skip to content

Commit 8d595ad

Browse files
committed
win32 remove deprecated winapi part
1 parent 50634b9 commit 8d595ad

File tree

4 files changed

+0
-166
lines changed

4 files changed

+0
-166
lines changed

libc-test/semver/windows-msvc-x86_64.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/windows/msvc/mod.rs

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,3 @@ extern "C" {
1818
count: ::size_t,
1919
) -> *mut ::c_void;
2020
}
21-
22-
cfg_if! {
23-
if #[cfg(target_arch = "x86_64")] {
24-
mod x86_64;
25-
pub use self::x86_64::*;
26-
} else {
27-
// Unknown target_arch
28-
}
29-
}

src/windows/msvc/x86_64/align.rs

Lines changed: 0 additions & 150 deletions
This file was deleted.

src/windows/msvc/x86_64/mod.rs

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)