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.