diff options
Diffstat (limited to 'src/libs')
-rw-r--r-- | src/libs/dutil/WixToolset.DUtil/inc/cabcutil.h | 2 |
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 |
13 | typedef void (__stdcall * FileSplitCabNamesCallback)(LPWSTR, LPWSTR, LPWSTR); | 13 | typedef 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 | ||