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 fd338f2 commit b96f5a0Copy full SHA for b96f5a0
src/windows/mod.rs
@@ -530,7 +530,7 @@ extern "C" {
530
locale: *const wchar_t,
531
) -> *mut wchar_t;
532
#[link_name = "_aligned_malloc"]
533
- pub fn aligned_malloc(size_t size, size_t alignment) -> *mut c_void;
+ pub fn aligned_malloc(size: size_t, alignment: size_t) -> *mut c_void;
534
}
535
536
extern "system" {
0 commit comments