diff --git a/contrib/epee/include/console_handler.h b/contrib/epee/include/console_handler.h index 2d098e32..2bc53f3f 100644 --- a/contrib/epee/include/console_handler.h +++ b/contrib/epee/include/console_handler.h @@ -81,7 +81,7 @@ namespace epee m_run.store(false, std::memory_order_relaxed); #if defined(WIN32) - ::CloseHandle(::GetStdHandle(STD_INPUT_HANDLE)); + // ::CloseHandle(::GetStdHandle(STD_INPUT_HANDLE)); -- commented out by sowle, I belive we don't need to close this handle here #endif m_request_cv.notify_one();