Home
last modified time | relevance | path

Searched refs:NTCAB_MAGIC (Results 1 – 1 of 1) sorted by relevance

/reactos/dll/win32/setupapi/
H A Dmisc.c1300 static const BYTE NTCAB_MAGIC[] = { 0x4d, 0x53, 0x43, 0x46 }; in detect_compression_type() local
1316 …else if (!memcmp( buffer, NTCAB_MAGIC, sizeof(NTCAB_MAGIC) )) type = FILE_COMPRESSION_MSZIP; /* no… in detect_compression_type()