Skip to content
Snippets Groups Projects
Commit c5302681 authored by Marcel Loose's avatar Marcel Loose :sunglasses:
Browse files

BugID: 61

Added #define's for en/disabling Boost thread support
parent 53bff219
No related branches found
No related tags found
No related merge requests found
...@@ -25,7 +25,9 @@ ...@@ -25,7 +25,9 @@
// \file // \file
#if !defined(USE_THREADS) #if defined(USE_THREADS)
# define BOOST_AC_USE_PTHREADS
#else
# define BOOST_DISABLE_THREADS # define BOOST_DISABLE_THREADS
#endif #endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment