Changeset 468 for WizardsToolkit/trunk
- Timestamp:
- 10/26/09 06:18:48 (4 weeks ago)
- Files:
-
- 1 modified
-
WizardsToolkit/trunk/wizard/thread-private.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
WizardsToolkit/trunk/wizard/thread-private.h
r1 r468 116 116 } 117 117 118 static 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 118 127 #if defined(__cplusplus) || defined(c_plusplus) 119 128 }
