mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-08 10:07:02 -06:00
Compiling for IA64 and WinXP does not work, cause FLZMA2 doesn't build then :/
This commit is contained in:
@@ -67,8 +67,8 @@ class CFastEncoder :
|
||||
FL2_dictBuffer dict;
|
||||
size_t dict_pos;
|
||||
|
||||
//FastLzma2(const FastLzma2&) = delete;
|
||||
//FastLzma2& operator=(const FastLzma2&) = delete;
|
||||
FastLzma2(const FastLzma2&) = delete;
|
||||
FastLzma2& operator=(const FastLzma2&) = delete;
|
||||
};
|
||||
|
||||
FastLzma2 _encoder;
|
||||
|
||||
Reference in New Issue
Block a user