mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-22 06:11:31 +03:00
compat: mingw realpath
This commit is contained in:
parent
c041080729
commit
19002c72dd
@ -350,6 +350,7 @@ intmax_t mdb_get_filesize(HANDLE han_u)
|
||||
|
||||
char *realpath(const char *path, char *resolved_path)
|
||||
{
|
||||
// TODO
|
||||
return strdup(path);
|
||||
// XX MAX_PATH
|
||||
//
|
||||
return _fullpath(resolved_path, path, MAX_PATH);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user