fix windows rel path

This commit is contained in:
madpwnhammer 2023-07-06 13:06:37 +03:00
parent e3e377d20a
commit df99a32846
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ function macro_BHL_REF($proc, $module, $func, $signature_json = '')
if($rel_module != $abs_module)
{
$mapped = true;
$rel_module = str_replace('\\', '/', $rel_module);
$module = "/" . $rel_module;
break;
}