From 16ed873f1bd7f69a61fd2effdab9e57203b896e6 Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Mon, 1 Aug 2022 19:35:50 -0700 Subject: Implement cabinet spanning Completes 6368 --- src/libs/dutil/WixToolset.DUtil/inc/cabcutil.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libs') 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 @@ // First argument is the name of splitting cabinet without extension e.g. "cab1" // Second argument is name of the new cabinet that would be formed by splitting e.g. "cab1b.cab" // Third argument is the file token of the first file present in the splitting cabinet -typedef void (__stdcall * FileSplitCabNamesCallback)(LPWSTR, LPWSTR, LPWSTR); +typedef void (__stdcall * FileSplitCabNamesCallback)(LPCWSTR, LPCWSTR, LPCWSTR); #define CAB_MAX_SIZE 0x7FFFFFFF // (see KB: Q174866) -- cgit v1.2.3-55-g6feb