Commit 52066ef2 authored by Alex Henrie's avatar Alex Henrie Committed by Alexandre Julliard

msvcrt: Change return type of _splitpath_s to errno_t.

parent 38bef31f
......@@ -1062,7 +1062,7 @@ int CDECL _wrmdir(const wchar_t * dir)
/******************************************************************
* _splitpath_s (MSVCRT.@)
*/
int CDECL _splitpath_s(const char* inpath,
errno_t CDECL _splitpath_s(const char* inpath,
char* drive, size_t sz_drive,
char* dir, size_t sz_dir,
char* fname, size_t sz_fname,
......
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