Hi Daniel,
On 11/2/20 5:21 AM, Daniel Lehman wrote:
- if (0) /* crash Windows */
p__Context__CurrentContext(NULL);
It's not possible to call it with NULL argument using proper compiler/headers. Please remove the test.
+#if _MSVCR_VER > 100 +/* ?_CurrentContext@_Context@details@Concurrency@@SA?AV123@XZ */ +_Context *__cdecl _Context__CurrentContext(_Context *ctx)
Could you please rename the ctx argument to ret? I was trying to always name it this way to mark structures returned in memory.
Thanks, Piotr