mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-11 02:07:09 -06:00
4.46 beta
This commit is contained in:
committed by
Kornel Lesiński
parent
a145bfc7cf
commit
c574fc0f4b
@@ -23,7 +23,9 @@ public:
|
||||
SignatureInitializer() { kSignature[0]--; };
|
||||
} g_SignatureInitializer;
|
||||
|
||||
#ifdef NSIS_SCRIPT
|
||||
static const char *kCrLf = "\x0D\x0A";
|
||||
#endif
|
||||
|
||||
UInt32 GetUInt32FromMemLE(const Byte *p)
|
||||
{
|
||||
@@ -245,6 +247,7 @@ enum
|
||||
EW_LOCKWINDOW
|
||||
};
|
||||
|
||||
#ifdef NSIS_SCRIPT
|
||||
static CCommandPair kCommandPairs[] =
|
||||
{
|
||||
{ 0, "Invalid" },
|
||||
@@ -324,6 +327,7 @@ static CCommandPair kCommandPairs[] =
|
||||
{ 6, "LockWindow" }
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
static const char *kShellStrings[] =
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user