COMP: setenv is not needed any more
This commit is contained in:
parent
b71410117e
commit
860a8e370c
|
@ -75,10 +75,12 @@ typedef unsigned long timeout_t;
|
||||||
#include <direct.h> /* for _chdir() */
|
#include <direct.h> /* for _chdir() */
|
||||||
|
|
||||||
|
|
||||||
|
/*
|
||||||
__inline BOOL setenv(const char* name, const char* value, int i)
|
__inline BOOL setenv(const char* name, const char* value, int i)
|
||||||
{
|
{
|
||||||
return (SetEnvironmentVariable(name, value) != 0) ? TRUE : FALSE;
|
return (SetEnvironmentVariable(name, value) != 0) ? TRUE : FALSE;
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue