maiteko / blosc2-src-rs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`blosc_timestamp_t` has the wrong size on non-windows

mulimoen opened this issue · comments

blosc_timestamp_t is on windows defined as LARGE_INTEGER but on other platforms as struct timespec. I have filed an issue upstream to make bindgen not insert LARGE_INTEGER/struct timespect into functions using this type which should make it easy to cfg this definition in the prebuilt bindings.