summaryrefslogtreecommitdiffhomepage
path: root/compat/win32-com.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'compat/win32-com.cpp')
-rw-r--r--compat/win32-com.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/compat/win32-com.cpp b/compat/win32-com.cpp
index 7bebc500..b782e3a7 100644
--- a/compat/win32-com.cpp
+++ b/compat/win32-com.cpp
@@ -20,7 +20,8 @@ bool OPENTRACK_COMPAT_EXPORT init_com_threading(com_type t_)
if (qApp->thread() == QThread::currentThread())
return com_apartment;
else
- return com_multithreaded;
+ //return com_multithreaded;
+ return com_apartment;
);
HRESULT ret = CoInitializeEx(0, t);