ChangeSet ID: 15215 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/01/05 07:23:17
Modified files: tools/winedump : search.c
Log message: Peter Berg Larsen pebl@math.ku.dk Fix a return type bug after allowing 'foo *functionname()' prototypes. In 'unsigned char *functionname()' char was not seen; therefore implicit 'unsigned int'.
Patch: http://cvs.winehq.org/patch.py?id=15215
Old revision New revision Changes Path 1.7 1.8 +2 -1 wine/tools/winedump/search.c