blob: aa7b457269d3e3f36df0c5f4b1909d60fc11bd09 [file] [log] [blame] [edit]
#![allow(non_camel_case_types, non_snake_case, non_upper_case_globals)]
#[cfg(not(windows))]
include!("bindings_macos.rs");
#[cfg(windows)]
include!("bindings_windows.rs");