This commit is contained in:
Igor Pavlov
2014-11-23 00:00:00 +00:00
committed by Kornel Lesiński
parent 83f8ddcc5b
commit f08f4dcc3c
1158 changed files with 76451 additions and 35082 deletions

14
CPP/7zip/UI/FileManager/SplitUtils.h Executable file → Normal file
View 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