| 153 | |
| 154 | #if _XBOX || __TBB_WIN8UI_SUPPORT |
| 155 | bool GetBoolEnvironmentVariable( const char * ) { return false;} |
| 156 | #else /* _XBOX || __TBB_WIN8UI_SUPPORT */ |
| 157 | bool GetBoolEnvironmentVariable( const char * name ) { |
| 158 | if( const char* s = getenv(name) ) |
no outgoing calls
no test coverage detected