11 May
2005
11 May
'05
6:25 p.m.
ChangeSet ID: 17449 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard(a)wine.codeweavers.com 2005/05/11 13:25:27 Modified files: server : object.h atom.c Log message: Changed atom handling to use counted strings instead of null-terminated ones, avoiding the need for a temporary buffer. Patch: http://cvs.winehq.org/patch.py?id=17449 Old revision New revision Changes Path 1.59 1.60 +2 -0 wine/server/object.h 1.19 1.20 +74 -68 wine/server/atom.c