ChangeSet ID: 18026
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/06/09 04:43:54
Modified files:
server : winstation.c
Log message:
Mike McCormack <mike(a)codeweavers.com>
Include user.h in the new winstation.c to avoid a warning from
-Wmissing-declarations.
Patch: http://cvs.winehq.org/patch.py?id=18026
Old revision New revision Changes Path
1.1 1.2 +1 -0 wine/server/winstation.c
ChangeSet ID: 18025
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/06/09 04:43:38
Modified files:
dlls/oleaut32 : tmarshal.c
Log message:
Robert Shearman <rob(a)codeweavers.com>
- The typelib marshaler should only free the memory it actually allocated.
- Add special cases for two lesser used types that aren't
sizeof(DWORD) sized.
Patch: http://cvs.winehq.org/patch.py?id=18025
Old revision New revision Changes Path
1.54 1.55 +8 -1 wine/dlls/oleaut32/tmarshal.c