Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
kennykerr committed Apr 12, 2024
1 parent 7fbfe0f commit 4be16af
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions crates/tests/standalone/src/b_pcstr.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#![allow(
non_snake_case,
non_upper_case_globals,
non_camel_case_types,
dead_code,
clippy::all
)]
windows_targets::link!("kernel32.dll" "system" fn lstrlenA(lpstring : PCSTR) -> i32);
pub type PCSTR = *const u8;

0 comments on commit 4be16af

Please sign in to comment.