Searched refs:magic_MEML (Results 1 – 1 of 1) sorted by relevance
1871 const DWORD magic_MEML = 'M' << 24 | 'E' << 16 | 'M' << 8 | 'L'; in test_ndr_allocate() local1888 ok(mem_list_v2->magic == magic_MEML, "magic %08x\n", mem_list_v2->magic); in test_ndr_allocate()1896 ok(mem_list_v2->magic == magic_MEML, "magic %08x\n", mem_list_v2->magic); in test_ndr_allocate()