Fix various compiler/OS compatibility errors

This commit is contained in:
Vladislav Vaintroub 2010-01-19 16:31:21 +01:00
commit 8bffa163f8
4 changed files with 25 additions and 6 deletions

View file

@ -534,7 +534,7 @@
#cmakedefine strtok_r @strtok_r@
#cmakedefine strtoll @strtoll@
#cmakedefine strtoull @strtoull@
#ifdef _WIN32
#if (_MSC_VER > 1310)
#define HAVE_SETENV
#define setenv(a,b,c) _putenv_s(a,b)
#endif