disable utf8 <-> ansi conversion in save_index.cpp
with the new filesystem_boost our filesystem code now expects utf8 on windows so this code is breaks non-asci names now.
This commit is contained in:
parent
2d719f21db
commit
8611975db9
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ static lg::log_domain log_engine("engine");
|
|||
static lg::log_domain log_enginerefac("enginerefac");
|
||||
#define LOG_RG LOG_STREAM(info, log_enginerefac)
|
||||
|
||||
#ifdef _WIN32
|
||||
#if 0
|
||||
#ifdef INADDR_ANY
|
||||
#undef INADDR_ANY
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue