ChangeSet ID: 6950
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/01/08 13:53:47
Modified files:
windows : win.c
Log message:
Duane Clark <dclark(a)akamail.com>
WS_CAPTION is a two bit field, so test appropriately.
Patch: http://cvs.winehq.com/patch.py?id=6950
Old revision New revision Changes Path
1.213 1.214 +2 -2 wine/windows/win.c
ChangeSet ID: 6946
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/01/07 17:09:54
Modified files:
include : tchar.h
Log message:
Dimitrie O. Paun <dpaun(a)rogers.com>
Use the standard symbol names instead of the msvcrt specific ones.
Patch: http://cvs.winehq.com/patch.py?id=6946
Old revision New revision Changes Path
1.19 1.20 +25 -25 wine/include/tchar.h
ChangeSet ID: 6943
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/01/07 17:08:05
Modified files:
dlls/winmm/wineoss: audio.c
Log message:
Francois Gouget <fgouget(a)codeweavers.com>
In OSS_RawOpenDevice, always retrieve the device format and store it
in the OSS_DEVICE structure.
Modify our internal functions so that they can be told to still open
the device even if the device format is not an exact match.
In wodOpen return the actual device format if the WAVE_DIRECTSOUND
flag is set.
Fixes DirectSound on i810 soundcards (i.e. cards supporting only
48000x16x2).
Patch: http://cvs.winehq.com/patch.py?id=6943
Old revision New revision Changes Path
1.69 1.70 +44 -24 wine/dlls/winmm/wineoss/audio.c
ChangeSet ID: 6941
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/01/07 13:47:19
Modified files:
tools : winegcc.c Makefile.in
Log message:
Dimitrie O. Paun <dpaun(a)rogers.com>
Teach winegcc to produce executables directly from a bunch of source files.
Create a wineg++ akin to g++. Drop support for the abused -xc++ switched.
Patch: http://cvs.winehq.com/patch.py?id=6941
Old revision New revision Changes Path
1.7 1.8 +123 -13 wine/tools/winegcc.c
1.30 1.31 +2 -1 wine/tools/Makefile.in