X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fwinders%2Flocate_function_in_lib.sh;h=6a49c1e541816fbbdf3b07caec04f8ca27bc2cdd;hb=2f66db56b3c178132bb9d8f595c890bb6fdb6a28;hp=be5028530282a777cf1c98bf5ef9fe855ab6055d;hpb=2952ccf47b80174880141a7ecfa122089f349b8d;p=feisty_meow.git diff --git a/scripts/winders/locate_function_in_lib.sh b/scripts/winders/locate_function_in_lib.sh index be502853..6a49c1e5 100644 --- a/scripts/winders/locate_function_in_lib.sh +++ b/scripts/winders/locate_function_in_lib.sh @@ -3,7 +3,7 @@ filename="$1"; shift function_name="$1"; shift -good_path="$(short_path $filename)" +good_path="$(cygpath -w -s $filename)" #/exports dumpbin /all $good_path | grep -q -i "$function_name"