Commit d24a1e02 authored by mercury233's avatar mercury233

fix

parent 0c90e44d
......@@ -73,7 +73,7 @@ void COSOperator::copyToClipboard(const c8* text) const
EmptyClipboard();
HGLOBAL clipbuffer = GlobalAlloc(GMEM_DDESHARE, sizeof(wchar_t) * wlen);
HGLOBAL clipbuffer = GlobalAlloc(GMEM_MOVEABLE, sizeof(wchar_t) * wlen);
if (!clipbuffer)
{
CloseClipboard();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment