ChangeSet ID: 13935
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/09/27 15:35:27
Modified files:
dlls/advapi32 : service.c
Log message:
Alexander Yaworsky <yaworsky(a)migusoft.ru>
Start only first service in the service table.
Patch: http://cvs.winehq.org/patch.py?id=13935
Old revision New revision Changes Path
1.59 1.60 +13 -21 wine/dlls/advapi32/service.c
ChangeSet ID: 13932
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/09/27 15:33:58
Modified files:
dlls/x11drv : dib.c
Log message:
Michael Kaufmann <hallo(a)michael-kaufmann.ch>
- Add as many entries to the color map as specified by the DIB.
- Support bitmaps with a BITMAPV{4,5}HEADER.
Patch: http://cvs.winehq.org/patch.py?id=13932
Old revision New revision Changes Path
1.17 1.18 +4 -7 wine/dlls/x11drv/dib.c
ChangeSet ID: 13928
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/09/27 15:31:42
Modified files:
dlls/dbghelp : type.c symbol.c module.c dbghelp_private.h
Log message:
Eric Pouech <pouech-eric(a)wanadoo.fr>
- now storing vector of types on a per module basis (and giving it
back in SymEnumTypes)
- flagging local register vars as local too
Patch: http://cvs.winehq.org/patch.py?id=13928
Old revision New revision Changes Path
1.6 1.7 +36 -18 wine/dlls/dbghelp/type.c
1.9 1.10 +3 -2 wine/dlls/dbghelp/symbol.c
1.5 1.6 +2 -0 wine/dlls/dbghelp/module.c
1.7 1.8 +1 -0 wine/dlls/dbghelp/dbghelp_private.h
ChangeSet ID: 13926
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/09/27 15:07:03
Modified files:
programs/winhelp: macro.c
Log message:
Jon Griffiths <jon_p_griffiths(a)yahoo.com>
Stub MACRO_JumpContext to at least bring up the help file.
Patch: http://cvs.winehq.org/patch.py?id=13926
Old revision New revision Changes Path
1.19 1.20 +8 -7 wine/programs/winhelp/macro.c