[PATCH] ntdll/tests: Added tests for ObjectTypeInformation class in NtQueryObject

Vitaliy Margolen wine-devel at kievinfo.com
Tue Jul 5 22:18:17 CDT 2011


On 07/05/2011 07:20 PM, Austin Lund wrote:
> +    todo_wine ok( len>= sizeof(UNICODE_STRING) + 88 + sizeof(type_event) + sizeof(WCHAR), "unexpected len %u\n", len );
What is that magic number "88"? If it's a size of some structure - then 
please use it explicitly.

Vitaliy.



More information about the wine-devel mailing list