mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-06 15:14:59 -06:00
9.34
This commit is contained in:
committed by
Kornel Lesiński
parent
83f8ddcc5b
commit
f08f4dcc3c
14
CPP/7zip/UI/FileManager/SplitUtils.h
Executable file → Normal file
14
CPP/7zip/UI/FileManager/SplitUtils.h
Executable file → Normal file
@@ -1,15 +1,15 @@
|
||||
// SplitUtils.h
|
||||
|
||||
#ifndef __SPLITUTILS_H
|
||||
#define __SPLITUTILS_H
|
||||
#ifndef __SPLIT_UTILS_H
|
||||
#define __SPLIT_UTILS_H
|
||||
|
||||
#include "Common/MyString.h"
|
||||
#include "Common/Types.h"
|
||||
#include "Windows/Control/ComboBox.h"
|
||||
#include "../../../Common/MyTypes.h"
|
||||
#include "../../../Common/MyString.h"
|
||||
|
||||
#include "../../../Windows/Control/ComboBox.h"
|
||||
|
||||
bool ParseVolumeSizes(const UString &s, CRecordVector<UInt64> &values);
|
||||
void AddVolumeItems(NWindows::NControl::CComboBox &volumeCombo);
|
||||
|
||||
UInt64 GetNumberOfVolumes(UInt64 size, CRecordVector<UInt64> &volSizes);
|
||||
UInt64 GetNumberOfVolumes(UInt64 size, const CRecordVector<UInt64> &volSizes);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user