diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2016-08-13 16:51:51 +0200 | 
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2016-08-13 16:51:51 +0200 | 
| commit | 479548380392f9c41052e3fa43d91933f36b06df (patch) | |
| tree | c19bed53992b9d850ff5a1f50ad9dcdf36131c64 /compat | |
| parent | ff3c744efd631ec88baa40b72296d4570f8aba64 (diff) | |
default to apartment threading for now
Diffstat (limited to 'compat')
| -rw-r--r-- | compat/win32-com.hpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/compat/win32-com.hpp b/compat/win32-com.hpp index dcbea089..4e535815 100644 --- a/compat/win32-com.hpp +++ b/compat/win32-com.hpp @@ -13,6 +13,6 @@ enum com_type : int      com_apartment = COINIT_APARTMENTTHREADED,  }; -bool OPENTRACK_COMPAT_EXPORT init_com_threading(com_type t = com_multithreaded); +bool OPENTRACK_COMPAT_EXPORT init_com_threading(com_type t);  #endif  | 
