Fix building on Windows.
This commit is contained in:
parent
276aeb8c73
commit
4dff6f303f
|
@ -82,8 +82,8 @@ auto VCrashPaths::GetPlatformString(const QString &string) -> base::FilePath::St
|
||||||
#if defined(Q_OS_UNIX)
|
#if defined(Q_OS_UNIX)
|
||||||
return string.toStdString();
|
return string.toStdString();
|
||||||
#elif defined(Q_OS_WINDOWS)
|
#elif defined(Q_OS_WINDOWS)
|
||||||
#else
|
|
||||||
return string.toStdWString();
|
return string.toStdWString();
|
||||||
|
#else
|
||||||
#error GetPlatformString not implemented on this platform
|
#error GetPlatformString not implemented on this platform
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user