[PATCH 1/9] ntoskrnl.exe/tests: Add object reference tests.

Zebediah Figura z.figura12 at gmail.com
Tue Feb 26 09:05:24 CST 2019


On 2/26/19 6:38 AM, Jacek Caban wrote:
> +    if (sizeof(void *) != 4) /* avoid dealing with fastcall */
> +    {
> +        ObfReferenceObject(obj1);
> +        ObDereferenceObject(obj1);
> +    }

The tests aren't going to run on 64-bit Windows, so it may be worth just 
adding fastcall thunks like we have in kernel32:sync.



More information about the wine-devel mailing list