1
0

Mo stuffs

This commit is contained in:
Scott E. Graves
2017-03-22 18:57:30 -05:00
parent eafd598717
commit 4317742f65
2 changed files with 2 additions and 2 deletions

View File

@@ -31,7 +31,7 @@ int APIENTRY wWinMain(HINSTANCE hInstance,
settings.no_sandbox = true; settings.no_sandbox = true;
settings.remote_debugging_port = 8080; settings.remote_debugging_port = 8080;
#ifdef _DEBUG #ifdef _DEBUG
settings.single_process = false; settings.single_process = true;
#endif #endif
CefInitialize(mainArgs, settings, app, nullptr); CefInitialize(mainArgs, settings, app, nullptr);

View File

@@ -885,7 +885,7 @@ public:
if (_siaApi && !_mountThread) if (_siaApi && !_mountThread)
{ {
_cacheLocation = cacheLocation; _cacheLocation = cacheLocation;
wchar_t tmp[] = { driveLetter, ':', '\\', '\0' }; wchar_t tmp[] = { driveLetter, ':', '\\', 0 };
_mountPoint = tmp; _mountPoint = tmp;
_mountThread.reset(new std::thread([&]() _mountThread.reset(new std::thread([&]()
{ {