mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-01-11 15:48:05 +00:00
don't imbue boost::filesystem::path with locale "C" on windows
fixes https://github.com/bitcoin/bitcoin/issues/6078
This commit is contained in:
parent
b46e7c24e5
commit
b3ffcdf916
@ -738,7 +738,9 @@ void SetupEnvironment()
|
||||
#endif
|
||||
// The path locale is lazy initialized and to avoid deinitialization errors
|
||||
// in multithreading environments, it is set explicitly by the main thread.
|
||||
#if !defined(WIN32)
|
||||
boost::filesystem::path::imbue(loc);
|
||||
#endif
|
||||
}
|
||||
|
||||
void SetThreadPriority(int nPriority)
|
||||
|
Loading…
Reference in New Issue
Block a user