include: Add _putenv_s.

Needed to compile Tera Term.
This commit is contained in:
Alex Henrie 2022-10-20 08:56:25 -06:00 committed by Alexandre Julliard
parent 1f657729e5
commit 7d85693750

View file

@ -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