mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-14 02:05:46 -04:00
Updater: Don't always open console window
This commit is contained in:
@ -18,8 +18,6 @@ static void WaitForProcessToExit(int process_id)
|
|||||||
|
|
||||||
int wWinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPWSTR lpCmdLine, int nShowCmd)
|
int wWinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPWSTR lpCmdLine, int nShowCmd)
|
||||||
{
|
{
|
||||||
Log::SetConsoleOutputParams(true);
|
|
||||||
|
|
||||||
Win32ProgressCallback progress;
|
Win32ProgressCallback progress;
|
||||||
|
|
||||||
int argc = 0;
|
int argc = 0;
|
||||||
|
Reference in New Issue
Block a user