ChangeSet ID: 14828 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2004/12/13 15:06:46
Modified files: programs/winhelp: winhelp.h winhelp.c macro.lex.l macro.h macro.c hlpfile.c Makefile.in Added files: programs/winhelp: callback.c
Log message: Eric Pouech pouech-eric@wanadoo.fr - added support plug-in DLLs for winhelp - added preliminary support for plug-in callback into winhelp - rewrote all the macros accordingly (macro entry-point has to have WINAPI calling convention) - some fixes for embedded images decompression - misc cleanups
Patch: http://cvs.winehq.org/patch.py?id=14828
Old revision New revision Changes Path 1.13 1.14 +32 -0 wine/programs/winhelp/winhelp.h 1.35 1.36 +18 -7 wine/programs/winhelp/winhelp.c 1.7 1.8 +6 -6 wine/programs/winhelp/macro.lex.l 1.5 1.6 +92 -93 wine/programs/winhelp/macro.h 1.20 1.21 +234 -212 wine/programs/winhelp/macro.c 1.21 1.22 +9 -12 wine/programs/winhelp/hlpfile.c 1.38 1.39 +3 -2 wine/programs/winhelp/Makefile.in Added 1.1 +0 -0 wine/programs/winhelp/callback.c