* Split the reactos.cab generation time by almost a half. Dedicated to Timo Kreuzer.

svn path=/trunk/; revision=59570
This commit is contained in:
Amine Khaldi 2013-07-24 17:28:41 +00:00
parent ecb51289b4
commit b607e64198

View file

@ -95,7 +95,7 @@ extern ULONG DebugTraceLevel;
#define CAB_SIGNATURE 0x4643534D // "MSCF"
#define CAB_VERSION 0x0103
#define CAB_BLOCKSIZE 32768
#define CAB_BLOCKSIZE 2048
#define CAB_COMP_MASK 0x00FF
#define CAB_COMP_NONE 0x0000