ChangeSet ID: 14939 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2004/12/20 10:52:26
Modified files: tools/winedump : winedump.h search.c main.c
Log message: Peter Berg Larsen pebl@math.ku.dk Allow several -I parameters to be given - currently just the last is used. Remove obvious wrong binaries when searching for the definition of a functions definition. Really just strip a '.dll' extension and not also '.dll.foorbar.spec'.
Patch: http://cvs.winehq.org/patch.py?id=14939
Old revision New revision Changes Path 1.9 1.10 +1 -1 wine/tools/winedump/winedump.h 1.4 1.5 +12 -3 wine/tools/winedump/search.c 1.15 1.16 +13 -5 wine/tools/winedump/main.c