Commit 7d856937 authored by Alex Henrie's avatar Alex Henrie Committed by Alexandre Julliard

include: Add _putenv_s.

Needed to compile Tera Term.
parent 1f657729
......@@ -178,6 +178,7 @@ _ACRTIMP int __cdecl _makepath_s(char*,size_t,const char*,const char*,
_ACRTIMP size_t __cdecl _mbstrlen(const char*);
_ACRTIMP _onexit_t __cdecl _onexit(_onexit_t);
_ACRTIMP int __cdecl _putenv(const char*);
_ACRTIMP errno_t __cdecl _putenv_s(const char*,const char*);
#ifndef _rotl
_ACRTIMP unsigned int __cdecl _rotl(unsigned int,int);
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment