mirror of
https://github.com/trickster0/OffensiveRust
synced 2026-06-08 17:54:47 +00:00
6 lines
114 B
Rust
6 lines
114 B
Rust
fn main() {
|
|
windows::build! {
|
|
Windows::Win32::System::Rpc::{UuidFromStringA, RPC_STATUS}
|
|
};
|
|
}
|