Merge branch 'v0.10'

Conflicts:
	src/win/signal.c
	src/win/util.c
This commit is contained in:
Fedor Indutny 2014-04-14 20:54:34 +04:00
commit 2e82c3bd37

View File

@ -452,6 +452,7 @@ int uv_get_process_title(char* buffer, size_t size) {
* we must query it with getConsoleTitleW
*/
if (!process_title && uv__get_process_title() == -1) {
LeaveCriticalSection(&process_title_lock);
return uv_translate_sys_error(GetLastError());
}