mirror of
https://github.com/Xevion/easy7zip.git
synced 2026-01-31 06:24:13 -06:00
15.05
This commit is contained in:
committed by
Kornel Lesiński
parent
0713a3ab80
commit
54490d51d5
@@ -12,7 +12,7 @@ class CGlobal
|
||||
public:
|
||||
CGlobal(): _global(NULL){};
|
||||
~CGlobal() { Free(); }
|
||||
operator HGLOBAL() const { return _global; };
|
||||
operator HGLOBAL() const { return _global; }
|
||||
void Attach(HGLOBAL hGlobal)
|
||||
{
|
||||
Free();
|
||||
|
||||
Reference in New Issue
Block a user