mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-10 18:55:46 -04:00
Updater/Win32: wWinMain should be WINAPI
This commit is contained in:
@ -16,7 +16,7 @@ static void WaitForProcessToExit(int process_id)
|
||||
CloseHandle(hProcess);
|
||||
}
|
||||
|
||||
int wWinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPWSTR lpCmdLine, int nShowCmd)
|
||||
int WINAPI wWinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPWSTR lpCmdLine, int nShowCmd)
|
||||
{
|
||||
Win32ProgressCallback progress;
|
||||
|
||||
|
Reference in New Issue
Block a user