1*f6dc9357SAndroid Build Coastguard Worker // SplitUtils.h 2*f6dc9357SAndroid Build Coastguard Worker 3*f6dc9357SAndroid Build Coastguard Worker #ifndef ZIP7_INC_SPLIT_UTILS_H 4*f6dc9357SAndroid Build Coastguard Worker #define ZIP7_INC_SPLIT_UTILS_H 5*f6dc9357SAndroid Build Coastguard Worker 6*f6dc9357SAndroid Build Coastguard Worker #include "../../../Common/MyTypes.h" 7*f6dc9357SAndroid Build Coastguard Worker #include "../../../Common/MyString.h" 8*f6dc9357SAndroid Build Coastguard Worker 9*f6dc9357SAndroid Build Coastguard Worker #include "../../../Windows/Control/ComboBox.h" 10*f6dc9357SAndroid Build Coastguard Worker 11*f6dc9357SAndroid Build Coastguard Worker bool ParseVolumeSizes(const UString &s, CRecordVector<UInt64> &values); 12*f6dc9357SAndroid Build Coastguard Worker void AddVolumeItems(NWindows::NControl::CComboBox &volumeCombo); 13*f6dc9357SAndroid Build Coastguard Worker UInt64 GetNumberOfVolumes(UInt64 size, const CRecordVector<UInt64> &volSizes); 14*f6dc9357SAndroid Build Coastguard Worker 15*f6dc9357SAndroid Build Coastguard Worker #endif 16