mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-14 20:11:38 -06:00
22.00
This commit is contained in:
18
CPP/7zip/Archive/DllExports2.cpp
Normal file → Executable file
18
CPP/7zip/Archive/DllExports2.cpp
Normal file → Executable file
@@ -125,6 +125,24 @@ STDAPI SetCaseSensitive(Int32 caseSensitive)
|
||||
return S_OK;
|
||||
}
|
||||
|
||||
/*
|
||||
UInt32 g_ClientVersion;
|
||||
STDAPI SetClientVersion(UInt32 version);
|
||||
STDAPI SetClientVersion(UInt32 version)
|
||||
{
|
||||
g_ClientVersion = version;
|
||||
return S_OK;
|
||||
}
|
||||
*/
|
||||
|
||||
/*
|
||||
STDAPI SetProperty(Int32 id, const PROPVARIANT *value);
|
||||
STDAPI SetProperty(Int32 id, const PROPVARIANT *value)
|
||||
{
|
||||
return S_OK;
|
||||
}
|
||||
*/
|
||||
|
||||
#ifdef EXTERNAL_CODECS
|
||||
|
||||
CExternalCodecs g_ExternalCodecs;
|
||||
|
||||
Reference in New Issue
Block a user