Re: kernel32: add stubs for GetConsoleCommandHistoryLengthA/W

2012-01-19 Thread Dmitry Timoshkov
Austin English wrote: > +DWORD WINAPI GetConsoleCommandHistoryLengthA(LPSTR unknown) > +{ > +FIXME(": (%s) stub!\n", unknown); > +SetLastError(ERROR_CALL_NOT_IMPLEMENTED); > +return 0; > +} > + > +/* Undocumented, called by native doskey.exe */ > +/* FIXME: Should use CONSOLE_GetHisto

Re: kernel32: add stubs for GetConsoleCommandHistoryLengthA/W

2012-01-16 Thread André Hentschel
Am 16.01.2012 18:56, schrieb Austin English: > http://bugs.winehq.org/show_bug.cgi?id=29620 just want to mention source.winehq.org/git/wine.git/blob?h=fdc45524c8b6c70070a03b9efdde4230114f17bc&f=dlls/kernel32/console.c#l2934 here, did you noticed that? -- Best Regards, André Hentschel