mirror of
https://github.com/kevinbentley/Descent3.git
synced 2025-01-23 03:58:59 +00:00
bd7294162c
SetClipboardData() expects its second parameter to be allocated with the GMEM_MOVEABLE flag and will call GlobalSize() on it internally, so we can't replace it with a plain malloc. Also the assignment of h_text to ptr was missing, and GlobalUnlock() was still called on h_text even after the change to malloc. |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
debug.cpp | ||
debug.h | ||
debugbreak.h | ||
lnxdebug.cpp | ||
lnxmono.cpp | ||
mono.h | ||
windebug.cpp | ||
winmono.cpp |