Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
kennykerr committed Jan 25, 2024
1 parent 2ed6783 commit ff44899
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions crates/tests/standalone/src/b_none.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
// Bindings generated by `windows-bindgen` 0.52.0

#![allow(
non_snake_case,
non_upper_case_globals,
non_camel_case_types,
dead_code,
clippy::all
)]
::windows_targets::link!("kernel32.dll" "system" fn GetTickCount() -> u32);

0 comments on commit ff44899

Please sign in to comment.