ChangeSet ID: 6181
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2002/11/06 15:56:32
Modified files:
windows : sysmetrics.c
Log message:
Francois Gouget <fgouget(a)free.fr>
Compute SM_CYMAXIMIZED purely based on the screen height until we know
how to take into account 'start menus' correctly.
Patch: http://cvs.winehq.com/patch.py?id=6181
Old revision New revision Changes Path
1.30 1.31 +4 -8 wine/windows/sysmetrics.c
ChangeSet ID: 6177
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2002/11/06 13:56:59
Modified files:
include/wine : obj_base.h
Log message:
Ove Kaaven <ovek(a)transgaming.com>
Add ICOM_DEFINE1 macro to define a COM interface without a base
class.
Use it to define IUnknown.
Patch: http://cvs.winehq.com/patch.py?id=6177
Old revision New revision Changes Path
1.47 1.48 +26 -54 wine/include/wine/obj_base.h