Re: Set last error values compatible with Win9x implementation of GetFileVersionInfoSize

2004-08-31 Thread Dmitry Timoshkov
"Uwe Bonnes" <[EMAIL PROTECTED]> wrote: > A test programm for our test suite will easily show (and document) that > behaviour. A test is already there (dlls/version/tests/info.c) and pretty much shows the desired behaviour. -- Dmitry.

Re: Set last error values compatible with Win9x implementation of GetFileVersionInfoSize

2004-08-31 Thread Uwe Bonnes
> "Dmitry" == Dmitry Timoshkov <[EMAIL PROTECTED]> writes: Dmitry> Hello, installer of Quicken depends on last error values set by Dmitry> GetFileVersionInfoSize and expects them to be set to something Dmitry> different than ERROR_RESOURCE_DATA_NOT_FOUND set on NT Dmitry> platf