commit | a37a5014a2f03f4220277aa984490e88a3ea07b2 | [log] [tgz] |
---|---|---|
author | Robert Shearman <rob@codeweavers.com> | Mon Feb 20 11:15:57 2006 +0100 |
committer | Alexandre Julliard <julliard@winehq.org> | Mon Feb 20 11:15:57 2006 +0100 |
tree | 1f6e8b2b74406f5389801d0bfd5f81ed628cfce9 | |
parent | 021a125dc36d22d3b597121d21f4b43e2ad24ccb [diff] |
ole: Change the Apartment Model field to a boolean. Change the apartment model field to a boolean that just specifies whether the apartment is multi-threaded or not and fix up all the places where this is used. Fixes a bug where we would return an error if the previous apartment model passed into CoInitializeEx matches the new apartment model, but additional optimisation flags are specified.