aboutsummaryrefslogtreecommitdiffhomepage
path: root/zluda_inject/src/main.rs
blob: 6e292f26e9d22ec93512e190c95feef80ca777f9 (plain)
1
2
3
4
5
#[cfg(target_os = "windows")]
mod bin;

#[cfg(not(target_os = "windows"))]
fn main() {}