Fix C defines to be mapped to signed integers
This fixes having to use "as i32" all over the place because Bindgen erroneously thought that the defines should be interpreted as unsigned.
Loading
Please register or sign in to comment
This fixes having to use "as i32" all over the place because Bindgen erroneously thought that the defines should be interpreted as unsigned.