Commit c075f35e authored by Vincent Béron's avatar Vincent Béron Committed by Alexandre Julliard

Show in which file the function is actually implemented, as well as

the header in which it is defined.
parent 7cae558b
...@@ -8,6 +8,7 @@ fi ...@@ -8,6 +8,7 @@ fi
while [ "$name" != "" ] while [ "$name" != "" ]
do do
find $(dirname $0)/../ -name \*.spec | xargs -l1024 grep -i $name find $(dirname $0)/../ -name \*.spec | xargs -l1024 grep -i $name
find $(dirname $0)/../ -name \*.[ch] | xargs grep -i "WINAPI[[:space:]]\+$name"
echo -n 'Function: ' echo -n 'Function: '
read name read name
done done
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment