Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add cmake option COM_MULTITHREADED to call CoInitializeEx with COINIT_APARTMENTTHREADED flag. #7613

Merged
merged 2 commits into from
Oct 26, 2020

Conversation

aangerma
Copy link
Contributor

@aangerma aangerma commented Oct 19, 2020

if COM_MULTITHREADED is on CoInitializeEx will call with COINIT_MULTITHREADED,
if its off CoInitializeEx will call with COINIT_APARTMENTTHREADED.
Tracked on: DSO-15197

@dorodnic
Copy link
Contributor

Following up on #4238

CMake/lrs_options.cmake Outdated Show resolved Hide resolved
@maloel maloel merged commit 828863c into IntelRealSense:development Oct 26, 2020
@ev-mp ev-mp changed the title DSO-15197 Add cmake option COM_MULTITHREADED to call CoInitializeEx with COINIT_APARTMENTTHREADED flag. Add cmake option COM_MULTITHREADED to call CoInitializeEx with COINIT_APARTMENTTHREADED flag. Oct 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants