Do not include useless symbols to simpleservo.h

This commit is contained in:
Paul Rouget 2019-07-03 11:13:14 +02:00
parent 7a3d346087
commit 71abf1375d

View file

@ -12,6 +12,7 @@ fn main() {
cbindgen::Builder::new()
.with_crate(crate_dir)
.with_language(cbindgen::Language::C)
.exclude_item("OutputDebugStringA")
.generate()
.expect("Unable to generate bindings")
.write_to_file(dest);