>>>>> "Dmitry" == Dmitry Timoshkov <[EMAIL PROTECTED]> writes:

    Dmitry> "James Hawkins" <[EMAIL PROTECTED]> wrote:
    >> Changelog * Use proper type for third parameter of VerQueryValue

    >> -DWORD WINAPI VerQueryValueA(LPVOID,LPCSTR,LPVOID*,UINT*); -DWORD
    >> WINAPI VerQueryValueW(LPVOID,LPCWSTR,LPVOID*,UINT*); +BOOL WINAPI
    >> VerQueryValueA(const LPVOID,LPCSTR,UINT*,UINT*); +BOOL WINAPI
    >> VerQueryValueW(const LPVOID,LPCWSTR,UINT*,UINT*);

    Dmitry> Where did you get it? PSDK agrees with current Wine definition
    Dmitry> on the 3rd param type. Also the 2nd param should not be 'const'.

MSDN (look with Google for VerQueryValue and use the first hit) has
(const LPVOID ..., LPTSTR ..., PUINT ..., PUINT ...)

Bye
-- 
Uwe Bonnes                [EMAIL PROTECTED]

Institut fuer Kernphysik  Schlossgartenstrasse 9  64289 Darmstadt
--------- Tel. 06151 162516 -------- Fax. 06151 164321 ----------

Reply via email to