This commit is contained in:
zeho11 2022-12-15 20:49:01 +09:00
parent a59b32b1ee
commit 671efe625a
2 changed files with 2 additions and 2 deletions

View File

@ -167,7 +167,7 @@ char *realpath(const char *path, char *resolved)
return result;
}
int uncpath(const char* path, WCHAR* buf, int nchar)
int uncpath(const char *path, WCHAR *buf, int nchar)
{
if (4 < nchar &&
0 < MultiByteToWideChar(CP_UTF8, 0, path, -1, &buf[4], nchar - 4))

View File

@ -167,7 +167,7 @@ char *realpath(const char *path, char *resolved)
return result;
}
int uncpath(const char* path, WCHAR* buf, int nchar)
int uncpath(const char *path, WCHAR *buf, int nchar)
{
if (4 < nchar &&
0 < MultiByteToWideChar(CP_UTF8, 0, path, -1, &buf[4], nchar - 4))