ChangeSet ID: 12407 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2004/05/18 16:27:44
Modified files: tools/winebuild: spec16.c res32.c relay.c parser.c import.c
Log message: Eric Pouech pouech-eric@wanadoo.fr - added size information about most of the generated thunks (import, 16/32 relay...) - marked the wine thunks by inserting specific symbols (to be managed by wine's dbghelp) - removed the stabs generation: + mostly used by winedbg, and the previous item will replace it for dbghelp + still broken for gdb anyway - enhanced const correctness
Patch: http://cvs.winehq.org/patch.py?id=12407
Old revision New revision Changes Path 1.47 1.48 +2 -2 wine/tools/winebuild/spec16.c 1.14 1.15 +5 -5 wine/tools/winebuild/res32.c 1.34 1.35 +29 -62 wine/tools/winebuild/relay.c 1.52 1.53 +2 -2 wine/tools/winebuild/parser.c 1.63 1.64 +18 -4 wine/tools/winebuild/import.c