Core/Win32: Use native string instead of generic in Windows code
This commit is contained in:
@@ -9,6 +9,6 @@ namespace Nz::PlatformImpl
|
|||||||
if constexpr (ArePathWide)
|
if constexpr (ArePathWide)
|
||||||
return path.native();
|
return path.native();
|
||||||
else
|
else
|
||||||
return path.generic_wstring();
|
return path.wstring();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user