aboutsummaryrefslogtreecommitdiff
path: root/src/libs
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2022-08-01 19:35:50 -0700
committerRob Mensching <rob@firegiant.com>2022-08-05 09:22:36 -0700
commit16ed873f1bd7f69a61fd2effdab9e57203b896e6 (patch)
tree0f2f9d590cf4fd8cdfbfecbd7aea5c750dfb27b6 /src/libs
parent6e9fc00be1da38f18c27ec6710c475815e046f8d (diff)
downloadwix-16ed873f1bd7f69a61fd2effdab9e57203b896e6.tar.gz
wix-16ed873f1bd7f69a61fd2effdab9e57203b896e6.tar.bz2
wix-16ed873f1bd7f69a61fd2effdab9e57203b896e6.zip
Implement cabinet spanning
Completes 6368
Diffstat (limited to 'src/libs')
-rw-r--r--src/libs/dutil/WixToolset.DUtil/inc/cabcutil.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/dutil/WixToolset.DUtil/inc/cabcutil.h b/src/libs/dutil/WixToolset.DUtil/inc/cabcutil.h
index 4f0c7b13..09784b7d 100644
--- a/src/libs/dutil/WixToolset.DUtil/inc/cabcutil.h
+++ b/src/libs/dutil/WixToolset.DUtil/inc/cabcutil.h
@@ -10,7 +10,7 @@
10// First argument is the name of splitting cabinet without extension e.g. "cab1" 10// First argument is the name of splitting cabinet without extension e.g. "cab1"
11// Second argument is name of the new cabinet that would be formed by splitting e.g. "cab1b.cab" 11// Second argument is name of the new cabinet that would be formed by splitting e.g. "cab1b.cab"
12// Third argument is the file token of the first file present in the splitting cabinet 12// Third argument is the file token of the first file present in the splitting cabinet
13typedef void (__stdcall * FileSplitCabNamesCallback)(LPWSTR, LPWSTR, LPWSTR); 13typedef void (__stdcall * FileSplitCabNamesCallback)(LPCWSTR, LPCWSTR, LPCWSTR);
14 14
15#define CAB_MAX_SIZE 0x7FFFFFFF // (see KB: Q174866) 15#define CAB_MAX_SIZE 0x7FFFFFFF // (see KB: Q174866)
16 16