This commit is contained in:
Igor Pavlov
2015-06-15 00:00:00 +00:00
committed by Kornel Lesiński
parent 0713a3ab80
commit 54490d51d5
591 changed files with 34932 additions and 16390 deletions
+1 -1
View File
@@ -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();