Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add UWP port - bis #23696

Merged
merged 8 commits into from Jul 4, 2019
Prev

Do not include useless symbols to simpleservo.h

  • Loading branch information
paulrouget committed Jul 3, 2019
commit 71abf1375de44fa9a599411f00ab0fdc64bfebf5
@@ -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);
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.