Re: ole32: Add support for main-threaded apartments

2006-08-26 Thread Alexandre Julliard
Alexandre Julliard <[EMAIL PROTECTED]> writes: > Robert Shearman <[EMAIL PROTECTED]> writes: > >> 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

Re: ole32: Add support for main-threaded apartments

2006-08-26 Thread Alexandre Julliard
Robert Shearman <[EMAIL PROTECTED]> writes: > 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 c