mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
[NEWDEV]
* 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:
parent
40d538d6b1
commit
3f570d5173
1 changed files with 3 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue