mirror of https://github.com/buggins/dlangui.git
fix line ending
This commit is contained in:
parent
cca65bf61b
commit
50ab4ae1ce
|
@ -733,6 +733,7 @@ class Win32Platform : Platform {
|
||||||
lptstrCopy[w.length] = 0;
|
lptstrCopy[w.length] = 0;
|
||||||
GlobalUnlock(hglbCopy);
|
GlobalUnlock(hglbCopy);
|
||||||
SetClipboardData(CF_UNICODETEXT, hglbCopy);
|
SetClipboardData(CF_UNICODETEXT, hglbCopy);
|
||||||
|
|
||||||
CloseClipboard();
|
CloseClipboard();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue