Descent3/ddebug
Thomas Roß bd7294162c [Win,Debug] Fixed crash introduced in c41c3a7 by #436.
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.
2024-06-23 15:28:56 +02:00
..
CMakeLists.txt Make mem module isolated from project 2024-06-20 00:43:51 +03:00
debug.cpp Make Debug_Log* functions to crossplatform 2024-06-03 01:40:35 +03:00
debug.h Make Debug_Log* functions to crossplatform 2024-06-03 01:40:35 +03:00
debugbreak.h
lnxdebug.cpp Cleanup mono debugging code 2024-06-03 01:40:33 +03:00
lnxmono.cpp Make Debug_Log* functions to crossplatform 2024-06-03 01:40:35 +03:00
mono.h Make Debug_Log* functions to crossplatform 2024-06-03 01:40:35 +03:00
windebug.cpp [Win,Debug] Fixed crash introduced in c41c3a7 by #436. 2024-06-23 15:28:56 +02:00
winmono.cpp Make Debug_Log* functions to crossplatform 2024-06-03 01:40:35 +03:00