Alexandre Julliard wrote:
> Zac Brown <[EMAIL PROTECTED]> writes:
>
>> Could anyone give me some feedback on this patch?
>>
>> Talked to AJ about it pre-1.0 and he seemed to think its fine, maybe he'd
>> chime
>> in and let me know what he thought was wrong with it this time around?
>
> ../../.
Zac Brown <[EMAIL PROTECTED]> writes:
> Could anyone give me some feedback on this patch?
>
> Talked to AJ about it pre-1.0 and he seemed to think its fine, maybe he'd
> chime
> in and let me know what he thought was wrong with it this time around?
../../../tools/runtest -q -P wine -M advapi32.
Zac Brown wrote:
> Change return value from STATUS_INVALID_PARAMETER to
> STATUS_ACCESS_VIOLATION when retkey is null in NtOpenKey and remove
> todo_wine from test.
>
> Tested on Windows XP, Windows 2000 and Windows 2003.
>
> -Zac Brown
>
>
> --