From: cristy Date: Wed, 24 Mar 2010 16:08:12 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~9748 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=44a3c2378a188d178c8530de3e3cd9c3450c07fd;p=imagemagick --- diff --git a/magick/thread-private.h b/magick/thread-private.h index d3a5f6437..9a3585907 100644 --- a/magick/thread-private.h +++ b/magick/thread-private.h @@ -103,8 +103,9 @@ static inline unsigned long GetOpenMPMaximumThreads(void) maximum_threads=omp_get_max_threads(); return(maximum_threads); } -#endif +#else return(1UL); +#endif } static inline long GetOpenMPThreadId(void)