Changeset 468 for WizardsToolkit/trunk

Show
Ignore:
Timestamp:
10/26/09 06:18:48 (4 weeks ago)
Author:
cristy
Message:
 
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • WizardsToolkit/trunk/wizard/thread-private.h

    r1 r468  
    116116} 
    117117 
     118static inline void SetOpenMPNested(const int value) 
     119{ 
     120#if defined(MAGICKCORE_OPENMP_SUPPORT) && (_OPENMP >= 200203) 
     121  omp_set_nested(value); 
     122#else 
     123  (void) value; 
     124#endif 
     125} 
     126 
    118127#if defined(__cplusplus) || defined(c_plusplus) 
    119128}