Skip to content
Snippets Groups Projects
Commit c075f35e authored by Vincent Béron's avatar Vincent Béron Committed by Alexandre Julliard
Browse files

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

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