Commit 4f75f846 authored by Gerold J. Wucherpfennig's avatar Gerold J. Wucherpfennig Committed by Alexandre Julliard

cabinet: Set proper error information on failures.

parent cc5b5cea
...@@ -340,6 +340,7 @@ typedef struct { ...@@ -340,6 +340,7 @@ typedef struct {
cab_ULONG sizeFileCFFILE2; cab_ULONG sizeFileCFFILE2;
cab_ULONG sizeFileCFFOLDER; cab_ULONG sizeFileCFFOLDER;
BOOL fNewPrevious; BOOL fNewPrevious;
cab_ULONG estimatedCabinetSize;
} FCI_Int, *PFCI_Int; } FCI_Int, *PFCI_Int;
typedef struct { typedef struct {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment