ChangeSet ID: 6940
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/01/07 13:46:31
Modified files:
windows : win.c
Log message:
Duane Clark <dclark(a)akamail.com>
A window with a WS_EX_APPWINDOW extended style can also get a menu.
Patch: http://cvs.winehq.com/patch.py?id=6940
Old revision New revision Changes Path
1.212 1.213 +2 -1 wine/windows/win.c
ChangeSet ID: 6938
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/01/07 13:44:00
Modified files:
programs/wineboot: wineboot.c
Log message:
Shachar Shemesh <wine-patches(a)sun.consumer.org.il>
- Cleaned up the code (saving on chaining strings) by CDing to the
system root directory before doing anything else.
- Will now rename wininit.ini to wininit.bak instead of erasing it as
before.
Patch: http://cvs.winehq.com/patch.py?id=6938
Old revision New revision Changes Path
1.1 1.2 +36 -27 wine/programs/wineboot/wineboot.c
ChangeSet ID: 6937
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/01/07 13:43:18
Modified files:
dlls/dsound : dsound_main.c
Log message:
Francois Gouget <fgouget(a)codeweavers.com>
Always open the device in the default 22050x8x2 format, and let it
report the actual device format to us.
Patch: http://cvs.winehq.com/patch.py?id=6937
Old revision New revision Changes Path
1.68 1.69 +10 -21 wine/dlls/dsound/dsound_main.c
ChangeSet ID: 6933
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/01/07 13:40:40
Modified files:
dlls/oleaut32/tests: vartest.c safearray.c
Log message:
Francois Gouget <fgouget(a)free.fr>
Many oleaut32 APIs are missing on Win95/IE3. Load them dynamically.
Uncomment some 'NULL' tests as they pass on Windows and on Wine.
Comment out those that crash on Win95 and indicate why they are
commented out.
Remove two redundant tests in vartest.c (VarI1FromBool and
VarUI2FromI2, last diff hunk).
Patch: http://cvs.winehq.com/patch.py?id=6933
Old revision New revision Changes Path
1.6 1.7 +252 -176 wine/dlls/oleaut32/tests/vartest.c
1.4 1.5 +74 -44 wine/dlls/oleaut32/tests/safearray.c