COMP: setenv is not needed any more

This commit is contained in:
Andy Cedilnik 2005-03-03 16:12:46 -05:00
parent b71410117e
commit 860a8e370c
1 changed files with 2 additions and 0 deletions

View File

@ -75,10 +75,12 @@ typedef unsigned long timeout_t;
#include <direct.h> /* for _chdir() */
/*
__inline BOOL setenv(const char* name, const char* value, int i)
{
return (SetEnvironmentVariable(name, value) != 0) ? TRUE : FALSE;
}
*/
#endif
#endif