Skip to content
Snippets Groups Projects
Commit 32b13039 authored by kellda's avatar kellda
Browse files

Add "_aligned_malloc" on windows platform

parent b2e250e3
No related branches found
No related tags found
No related merge requests found
......@@ -529,6 +529,8 @@ extern "C" {
category: ::c_int,
locale: *const wchar_t,
) -> *mut wchar_t;
#[link_name = "_aligned_malloc"]
pub fn aligned_malloc(size: size_t, alignment: size_t) -> *mut c_void;
}
extern "system" {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment