Initial community commit
This commit is contained in:
19
Src/external_dependencies/openmpt-trunk/include/unrar/encname.hpp
vendored
Normal file
19
Src/external_dependencies/openmpt-trunk/include/unrar/encname.hpp
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
#ifndef _RAR_ENCNAME_
|
||||
#define _RAR_ENCNAME_
|
||||
|
||||
class EncodeFileName
|
||||
{
|
||||
private:
|
||||
void AddFlags(byte Value,byte *EncName);
|
||||
|
||||
byte Flags;
|
||||
uint FlagBits;
|
||||
size_t FlagsPos;
|
||||
size_t DestSize;
|
||||
public:
|
||||
EncodeFileName();
|
||||
size_t Encode(char *Name,wchar *NameW,byte *EncName);
|
||||
void Decode(char *Name,size_t NameSize,byte *EncName,size_t EncSize,wchar *NameW,size_t MaxDecSize);
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user