File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 12
12
13
13
cmake_minimum_required (VERSION 3.1 )
14
14
project (openpnp-capture )
15
- set (OPENPNP_CAPTURE_LIB_VERSION "0.0.26 " CACHE STRING "openpnp-capture library version" )
15
+ set (OPENPNP_CAPTURE_LIB_VERSION "0.0.28 " CACHE STRING "openpnp-capture library version" )
16
16
set (OPENPNP_CAPTURE_LIB_SOVERSION "0" CACHE STRING "openpnp-capture library soversion" )
17
17
18
18
# make sure the libjpegturbo is compiled with the
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ Context* createPlatformContext()
50
50
PlatformContext::PlatformContext () : Context()
51
51
{
52
52
HRESULT hr;
53
- hr = CoInitializeEx (NULL , COINIT_MULTITHREADED );
53
+ hr = CoInitializeEx (NULL , COINIT_APARTMENTTHREADED );
54
54
if (hr != S_OK)
55
55
{
56
56
// This might happen when another part of the program
You can’t perform that action at this time.
0 commit comments