ole32: Add support for main-threaded apartments

Robert Shearman rob at codeweavers.com
Sat Aug 26 06:02:31 CDT 2006


A main-threaded apartment is the first single-threaded apartment in the 
process. It was designed to be used for legacy applications that don't 
want to think about threading at all, even if they are always called 
from the same context, as is the case for regular STAs.
---
  dlls/ole32/compobj.c         |   66 
+++++++++++++++++++++++++++++++++++-------
  dlls/ole32/compobj_private.h |    7 +++-
  2 files changed, 60 insertions(+), 13 deletions(-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 37aa8f7e88228a896b179875ca258faa70a5660e.diff
Type: text/x-patch
Size: 6635 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20060826/08ac6ef5/37aa8f7e88228a896b179875ca258faa70a5660e.bin


More information about the wine-patches mailing list