ChangeSet ID: 13705
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/09/08 16:47:04
Modified files:
dlls/comctl32 : propsheet.c
Log message:
Filip Navara <xnavara(a)volny.cz>
Do not distinguish exterior wizard pages by their position, but
instead expect that every page in wizard that doesn't have header is
exterior.
Patch: http://cvs.winehq.org/patch.py?id=13705
Old revision New revision Changes Path
1.114 1.115 +1 -1 wine/dlls/comctl32/propsheet.c
ChangeSet ID: 13701
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/09/08 14:06:07
Modified files:
dlls/kernel/tests: timer.c
Log message:
Francois Gouget <fgouget(a)free.fr>
Set _WIN32_WINNT to 0x0501 so we get the definition of
PTIMERAPCROUTINE from the Windows headers.
Patch: http://cvs.winehq.org/patch.py?id=13701
Old revision New revision Changes Path
1.1 1.2 +2 -0 wine/dlls/kernel/tests/timer.c
ChangeSet ID: 13700
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/09/08 14:05:55
Modified files:
dlls/ole32/tests: propvariant.c
Log message:
Francois Gouget <fgouget(a)free.fr>
The union in PROPVARIANT is always nameless on Windows. So define a
macro to deal with it correctly.
Patch: http://cvs.winehq.org/patch.py?id=13700
Old revision New revision Changes Path
1.2 1.3 +12 -8 wine/dlls/ole32/tests/propvariant.c
ChangeSet ID: 13696
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/09/07 23:17:31
Modified files:
server : fd.c
Log message:
Converted the timeout list to use the standard list functions.
Patch: http://cvs.winehq.org/patch.py?id=13696
Old revision New revision Changes Path
1.23 1.24 +27 -44 wine/server/fd.c