mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-06 17:15:00 -06:00
4.46 beta
This commit is contained in:
committed by
Kornel Lesiński
parent
a145bfc7cf
commit
c574fc0f4b
@@ -7,11 +7,4 @@
|
||||
namespace NWindows {
|
||||
namespace NSynchronization {
|
||||
|
||||
CEvent::CEvent(bool manualReset, bool initiallyOwn, LPCTSTR name,
|
||||
LPSECURITY_ATTRIBUTES securityAttributes)
|
||||
{
|
||||
if (!Create(manualReset, initiallyOwn, name, securityAttributes))
|
||||
throw "CreateEvent error";
|
||||
}
|
||||
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user