mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-13 06:11:32 -06:00
4.20
This commit is contained in:
committed by
Kornel Lesiński
parent
8c1b5c7b7e
commit
3c510ba80b
@@ -8,7 +8,7 @@
|
||||
|
||||
#include "../Common/OpenArchive.h"
|
||||
|
||||
static const UINT64 kMaxCheckStartPosition = 1 << 20;
|
||||
static const UInt64 kMaxCheckStartPosition = 1 << 20;
|
||||
|
||||
static inline UINT GetCurrentFileCodePage()
|
||||
{ return AreFileApisANSI() ? CP_ACP : CP_OEMCP; }
|
||||
|
||||
Reference in New Issue
Block a user