Re[2]: Add stub function HWND GetConsoleWindow()

2004-04-28 Thread Ylia K
-Original Message- From: "Dmitry Timoshkov" <[EMAIL PROTECTED]> To: "Ylia K" <[EMAIL PROTECTED]> Date: Mon, 26 Apr 2004 23:50:35 +0900 Subject: Re: Add stub function HWND GetConsoleWindow() > "Ylia K" <[EMAIL PROTECTED]> wrote: > &

Re: Add stub function HWND GetConsoleWindow()

2004-04-27 Thread Dmitry Timoshkov
"Mike Hearn" <[EMAIL PROTECTED]> wrote: > In some circumstances apps can survive stack corruption caused by > incorrect calling conventions. There was a good entry in Raymond Chens > blog about this a few months ago, explaining why and how Windows repairs > the stack in particular situations. Fil

Re: Add stub function HWND GetConsoleWindow()

2004-04-27 Thread Mike Hearn
On Mon, 26 Apr 2004 23:50:35 +0900, Dmitry Timoshkov wrote: > I'm wondering how your patch works at all, the call should smash > the stack since it misses WINAPI modifier. In some circumstances apps can survive stack corruption caused by incorrect calling conventions. There was a good entry in Ray

Re: Add stub function HWND GetConsoleWindow()

2004-04-26 Thread Dmitry Timoshkov
"Ylia K" <[EMAIL PROTECTED]> wrote: > * dlls/kernel/kernel32.spec, dlls/kernel/console.c, include/wincon.h > Ilya Korniyko <[EMAIL PROTECTED]> > Add stub function HWND GetConsoleWindow() > > It is for excelent file manager FAR Manager (www.rarlab.com). &