ChangeSet ID: 5919
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2002/10/21 18:43:05
Modified files:
server : protocol.def
include/wine : server_protocol.h
include : winnt.h
Log message:
Fixed the WINE_NO_STRICT #ifdefs to do the right thing if STRICT is
defined (spotted by Michael Stefaniuc).
Patch: http://cvs.winehq.com/patch.py?id=5919
Old revision New revision Changes Path
1.47 1.48 +4 -4 wine/server/protocol.def
1.46 1.47 +4 -4 wine/include/wine/server_protocol.h
1.134 1.135 +2 -2 wine/include/winnt.h
ChangeSet ID: 5914
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2002/10/21 18:40:10
Modified files:
dlls/avifil32 : avifile.c
Log message:
Michael Günnewig <MichaelGuennewig(a)gmx.de>
- Fixed many bugs which prevents writing.
- Fixed segfault while parsing invalid index.
- Keep parsing of index even if streamheader says it's empty
- Fixed bug in AVIFILE_SaveIndex when stream is empty.
- Fixed bug in AVIFILE_WriteBlock, when chunk is not of even size.
Patch: http://cvs.winehq.com/patch.py?id=5914
Old revision New revision Changes Path
1.28 1.29 +52 -31 wine/dlls/avifil32/avifile.c