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)
|
||||
return path.native();
|
||||
else
|
||||
return path.generic_wstring();
|
||||
return path.wstring();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user