mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-15 22:11:39 -06:00
4.46 beta
This commit is contained in:
committed by
Kornel Lesiński
parent
a145bfc7cf
commit
c574fc0f4b
@@ -53,6 +53,12 @@ struct CState
|
||||
void FinishStream();
|
||||
void ThreadFunc();
|
||||
|
||||
HRes Create()
|
||||
{
|
||||
RINOK(StreamWasFinishedEvent.CreateIfNotCreated());
|
||||
RINOK(WaitingWasStartedEvent.CreateIfNotCreated());
|
||||
return CanWriteEvent.CreateIfNotCreated();
|
||||
}
|
||||
#endif
|
||||
|
||||
CState(): Counters(0) {}
|
||||
@@ -125,7 +131,7 @@ public:
|
||||
UInt32 BlockSizeMax;
|
||||
CDecoder();
|
||||
~CDecoder();
|
||||
bool Create();
|
||||
HRes Create();
|
||||
void Free();
|
||||
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user