Ticket #9429: config_patch.hpp

File config_patch.hpp, 161 bytes (added by Jan Rosendahl <jan.rosendahl@…>, 9 years ago)

Patch to file ...\boost\test\utils\runtime\config.hgpp

Line 
1#ifdef __SUNPRO_CC
2extern int putenv(char*);
3// SMAL patch for MinGW
4#elif defined(_WIN32) && defined(__MINGW32__)
5extern int putenv(char *string);
6#endif