Alexandre Julliard julliard@winehq.org writes:
Robert Shearman rob@codeweavers.com 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 case for regular STAs.
That one crashes the tests:
Sorry, false alarm, it's my fault, I didn't rebuild it properly.