Searched refs:msft_header (Results 1 – 1 of 1) sorted by relevance
/reactos/modules/rostests/winetests/oleaut32/ |
H A D | typelib.c | 4874 DWORD msft_header[8]; in test_create_typelib_lcid() local 4913 ReadFile( file, msft_header, sizeof(msft_header), &read, NULL ); in test_create_typelib_lcid() 4914 ok(read == sizeof(msft_header), "read %d\n", read); in test_create_typelib_lcid() 4917 ok(msft_header[0] == 0x5446534d, "got %08x\n", msft_header[0]); in test_create_typelib_lcid() 4918 ok(msft_header[1] == 0x00010002, "got %08x\n", msft_header[1]); in test_create_typelib_lcid() 4919 ok(msft_header[2] == 0xffffffff, "got %08x\n", msft_header[2]); in test_create_typelib_lcid() 4920 ok(msft_header[3] == (lcid ? lcid : 0x409), "got %08x (lcid %08x)\n", msft_header[3], lcid); in test_create_typelib_lcid() 4921 ok(msft_header[4] == lcid, "got %08x (lcid %08x)\n", msft_header[4], lcid); in test_create_typelib_lcid() 4922 ok(msft_header[6] == 0x00040003, "got %08x\n", msft_header[6]); in test_create_typelib_lcid() 4923 ok(msft_header[7] == 0, "got %08x\n", msft_header[7]); in test_create_typelib_lcid()
|