mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-07 03:15:00 -06:00
9.34
This commit is contained in:
committed by
Kornel Lesiński
parent
83f8ddcc5b
commit
f08f4dcc3c
8
CPP/7zip/UI/Common/SortUtils.h
Executable file → Normal file
8
CPP/7zip/UI/Common/SortUtils.h
Executable file → Normal file
@@ -1,10 +1,10 @@
|
||||
// SortUtils.h
|
||||
|
||||
#ifndef __SORTUTLS_H
|
||||
#define __SORTUTLS_H
|
||||
#ifndef __SORT_UTLS_H
|
||||
#define __SORT_UTLS_H
|
||||
|
||||
#include "Common/MyString.h"
|
||||
#include "../../../Common/MyString.h"
|
||||
|
||||
void SortFileNames(const UStringVector &strings, CIntVector &indices);
|
||||
void SortFileNames(const UStringVector &strings, CUIntVector &indices);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user