mirror of
https://github.com/reactos/reactos.git
synced 2025-04-20 20:36:35 +00:00
fix build
svn path=/trunk/; revision=52024
This commit is contained in:
parent
94ce2dcf66
commit
aebc59bf83
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ void _tsplitpath(const _TCHAR* path, _TCHAR* drive, _TCHAR* dir, _TCHAR* fname,
|
||||||
/* Check parameter */
|
/* Check parameter */
|
||||||
if (!path)
|
if (!path)
|
||||||
{
|
{
|
||||||
__set_errno(EINVAL);
|
//__set_errno(EINVAL);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue