Skip to content

Commit bb4038c

Browse files
committed
Cleanup
1 parent 768cb0d commit bb4038c

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ iced-x86 = { version = "1.21", features = ["std", "code_asm", "op_code_info"], d
3333
cu-bincode = { version = "2.0", features = ["std", "serde"], default-features = false, optional = true }
3434
serde = { version = "1.0", default-features = false, optional = true }
3535

36-
# C# Bindings
3736
[build-dependencies]
3837
csbindgen = "1.9.0"
3938

tests/c_exports.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
#![cfg(feature = "c-exports")]
2-
#![cfg(feature = "syringe")]
32

43
#[allow(unused)]
54
mod common;
65

76
use dll_syringe::{c_exports::*, process::Process};
8-
use std::{ffi::CString, os::windows::io::IntoRawHandle};
9-
use winapi::um::processthreadsapi::GetProcessId;
7+
use std::ffi::CString;
108

119
syringe_test! {
1210
fn test_syringe_for_process(

0 commit comments

Comments
 (0)