diff options
Diffstat (limited to 'compat')
-rw-r--r-- | compat/win32-com.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compat/win32-com.cpp b/compat/win32-com.cpp index dd7c24a8..a037b3ba 100644 --- a/compat/win32-com.cpp +++ b/compat/win32-com.cpp @@ -43,6 +43,7 @@ bool OPENTRACK_COMPAT_EXPORT init_com_threading(com_type t) return false; } +#if 0 if (t == com_apartment) { ret = OleInitialize(nullptr); @@ -52,6 +53,7 @@ bool OPENTRACK_COMPAT_EXPORT init_com_threading(com_type t) return false; } +#endif initialized = t; |