Commit e0a500eb authored by Vladislav Vaintroub's avatar Vladislav Vaintroub

fix windows embedded (default thread handling ==pool-of-threads does not work in embedded)

parent dabb9639
......@@ -1815,7 +1815,7 @@ static const char *thread_handling_names[]=
0
};
#ifdef _WIN32
#if defined (_WIN32) && defined (HAVE_POOL_OF_THREADS)
/* Windows is using OS threadpool, so we're pretty sure it works well */
#define DEFAULT_THREAD_HANDLING 2
#else
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment