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