Hpmason / retour-rs

A cross-platform detour library written in Rust
Other
99 stars 18 forks source link

Fix import static detour #31

Closed Hpmason closed 11 months ago

Hpmason commented 11 months ago

static_detour macro assumed the macro was imported in the current scope with its recursive calls. It now properly uses the crate path in the recursive macro call (fixes #29)