Commit 01777127 authored by Alex Henrie's avatar Alex Henrie Committed by Alexandre Julliard

include: Add _splitpath_s.

Needed to compile Tera Term.
parent 52066ef2
......@@ -190,6 +190,7 @@ _ACRTIMP int __cdecl _set_error_mode(int);
_ACRTIMP void __cdecl _seterrormode(int);
_ACRTIMP void __cdecl _sleep(__msvcrt_ulong);
_ACRTIMP void __cdecl _splitpath(const char*,char*,char*,char*,char*);
_ACRTIMP errno_t __cdecl _splitpath_s(const char*,char*,size_t,char*,size_t,char*,size_t,char*,size_t);
_ACRTIMP void __cdecl _swab(char*,char*,int);
_ACRTIMP char* __cdecl _ui64toa(unsigned __int64,char*,int);
_ACRTIMP errno_t __cdecl _ui64toa_s(unsigned __int64,char*,size_t,int);
......
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