25 Mar
2008
25 Mar
'08
11:58 a.m.
Module: wine Branch: master Commit: 3e30e298479a1edb35b341963c4e291bd221dd8e URL: http://source.winehq.org/git/wine.git/?a=commit;h=3e30e298479a1edb35b341963c... Author: Hans Leidekker <hans(a)it.vu.nl> Date: Mon Mar 24 21:33:06 2008 +0100 mscms: Rewrite handle management to be thread-safe. Allocate handles dynamically. --- dlls/mscms/handle.c | 293 +++++++++++++++++++++-------------------------- dlls/mscms/mscms_main.c | 3 + dlls/mscms/mscms_priv.h | 48 ++++++--- dlls/mscms/profile.c | 224 ++++++++++++++++++++++-------------- dlls/mscms/transform.c | 82 +++++++++----- 5 files changed, 356 insertions(+), 294 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=3e30e298479a1edb35b341...