Skip to content

Commit 63be5d5

Browse files
committed
add cfg for dll_injector
1 parent 74879af commit 63be5d5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

maxima-lib/src/util/mod.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ pub mod registry;
66
pub mod simple_crypto;
77
pub mod system_profiler_utils;
88
pub mod wmi_utils;
9+
10+
#[cfg(windows)]
911
pub mod dll_injector;
1012

1113
#[derive(thiserror::Error, Debug)]

0 commit comments

Comments
 (0)