fix windows rel path
This commit is contained in:
parent
e3e377d20a
commit
df99a32846
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue