* Fix a nasty stack corruption that was caused by a mismatching prototype.
* Brought to you by MSVC Run-Time Error Checks (/RTC1)
* Fixed by Christoph von Wittich.

svn path=/trunk/; revision=63543
This commit is contained in:
Amine Khaldi 2014-06-06 13:49:47 +00:00
parent 40d538d6b1
commit 3f570d5173

View file

@ -810,8 +810,9 @@ cleanup:
BOOL WINAPI
ClientSideInstallW(
IN HWND hWndOwner,
IN DWORD dwUnknownFlags,
IN LPWSTR lpNamedPipeName)
IN HINSTANCE hInstance,
IN LPWSTR lpNamedPipeName,
IN INT Show)
{
BOOL ReturnValue = FALSE;
BOOL ShowWizard;