ChangeSet ID: 9170
CVSROOT: /home/winehq/opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/09/01 19:56:14
Modified files:
dlls/dsound : sound3d.c dsound_private.h buffer.c
Log message:
Robert Reif <reif(a)earthlink.net>
Now that reference counting is correct, there is no need to check if
the base object goes away.
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=9170
Old revision New revision Changes Path
1.26 1.27 +91 -135 wine/dlls/dsound/sound3d.c
1.10 1.11 +0 -1 wine/dlls/dsound/dsound_private.h
1.14 1.15 +0 -10 wine/dlls/dsound/buffer.c
ChangeSet ID: 9165
CVSROOT: /home/winehq/opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/09/01 19:53:21
Modified files:
dlls/d3d8 : directx.c d3d8_main.c
Log message:
Jason Edmeades <us(a)the-edmeades.demon.co.uk>
Use a dummy GL context if one is not available when GetDeviceCaps is
called.
Remove the compiler warnings introduced in the last DXTn patch.
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=9165
Old revision New revision Changes Path
1.47 1.48 +93 -8 wine/dlls/d3d8/directx.c
1.12 1.13 +1 -1 wine/dlls/d3d8/d3d8_main.c
ChangeSet ID: 9164
CVSROOT: /home/winehq/opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/09/01 19:52:37
Modified files:
dlls/winedos : module.c int31.c int21.c int20.c
Log message:
Jukka Heinonen <jhei(a)iki.fi>
Make DOS process exit using ExitProcess instead of ExitThread.
Make calling DOS exit functions from DPMI either return to StartPM or
print error message if not allowed by DPMI specification.
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=9164
Old revision New revision Changes Path
1.36 1.37 +1 -1 wine/dlls/winedos/module.c
1.32 1.33 +17 -2 wine/dlls/winedos/int31.c
1.38 1.39 +13 -2 wine/dlls/winedos/int21.c
1.4 1.5 +7 -6 wine/dlls/winedos/int20.c