ChangeSet ID: 19941
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)winehq.org 2005/09/02 07:17:52
Modified files:
include : guiddef.h
Log message:
Troy Rollo <wine(a)troy.rollo.name>
For C++, declare initialised GUIDs to be "extern const" rather than
just "const" to ensure that the initialised GUID is visible to other
modules, and use EXTERN_C rather than just "extern" for the benefit of
MSVC++, which does name mangling on global variables.
Patch: http://cvs.winehq.org/patch.py?id=19941
Old revision New revision Changes Path
1.8 1.9 +7 -1 wine/include/guiddef.h
ChangeSet ID: 19934
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)winehq.org 2005/09/02 06:20:09
Modified files:
dlls/quartz : filtergraph.c
Log message:
Christian Costa <titan.costa(a)wanadoo.fr>
Forward calls of IBasic* and IVideoWindow interfaces of the
filtergraph to the right filter.
Patch: http://cvs.winehq.org/patch.py?id=19934
Old revision New revision Changes Path
1.34 1.35 +1202 -179 wine/dlls/quartz/filtergraph.c
ChangeSet ID: 19933
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)winehq.org 2005/09/02 06:19:35
Modified files:
programs/winecfg: theme.c
Log message:
Frank Richter <frank.richter(a)gmail.com>
Since uxtheme also returns a friendly display name from
EnumThemeColors() and EnumThemeSizes() use that in the color/size
combos.
Patch: http://cvs.winehq.org/patch.py?id=19933
Old revision New revision Changes Path
1.3 1.4 +16 -7 wine/programs/winecfg/theme.c
ChangeSet ID: 19932
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)winehq.org 2005/09/02 06:19:26
Modified files:
dlls/rpcrt4 : ndr_marshall.c
Log message:
Robert Shearman <rob(a)codeweavers.com>
- Implement most of the details around unmarshalling of an object
pointer.
- Fix allocation scheme in NdrConformantArrayUnmarshal to allocate if
*ppMemory is NULL, like complex struct and user type unmarshalling.
Patch: http://cvs.winehq.org/patch.py?id=19932
Old revision New revision Changes Path
1.27 1.28 +8 -11 wine/dlls/rpcrt4/ndr_marshall.c