[misc] minor pre-release fixes

* mention KolibriOS in the license
* duprintf usage improvements
This commit is contained in:
Pete Batard 2014-06-03 22:16:40 +01:00
parent b9b630a84c
commit 8da527e16e
6 changed files with 20 additions and 18 deletions

View file

@ -2412,6 +2412,7 @@ out:
SetWindowPos(GetConsoleWindow(), HWND_TOP, 0, 0, 0, 0, SWP_NOSIZE | SWP_NOMOVE);
FreeConsole();
}
// Unconditional delete, just in case...
DeleteFileA(cmdline_hogger);
CloseHandle(mutex);
CLOSE_OPENED_LIBRARIES;