Sweden-Number/dlls/mscoree
Vincent Povirk d10f2c0723 mscoree: Call mono_thread_manage in GC Unsafe mode.
The mono_thread_manage API expects to be called in GC Unsafe mode.

This has been the case for a while, but for some reason it only
caused problems in the Mono merge I'm working on now.

We don't need a matching exit call because we're shutting down
the runtime anyway, and we can't change GC modes after the runtime
shuts down.

Signed-off-by: Vincent Povirk <vincent@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-10-27 19:20:35 +01:00
..
tests mscoree/tests: Mark tests as todo_wine if mono is not available on the current platform. 2019-08-23 18:57:50 +02:00
Makefile.in mscoree: Build with msvcrt. 2019-07-05 17:34:22 +02:00
assembly.c mscoree: Build with msvcrt. 2019-07-05 17:34:22 +02:00
config.c mscoree: Support loading assemblies from path specified in config file. 2019-10-18 20:20:14 +02:00
cordebug.c mscoree: Fix condition in CorDebug_Release(). 2019-02-13 19:45:24 +01:00
corruntimehost.c mscoree: Call mono_thread_manage in GC Unsafe mode. 2019-10-27 19:20:35 +01:00
metadata.c mscoree: Build with msvcrt. 2019-07-05 17:34:22 +02:00
metahost.c mscoree: Call mono_thread_manage in GC Unsafe mode. 2019-10-27 19:20:35 +01:00
mscoree.spec mscoree: Add diagnostic CorGetSvc stub. 2019-08-09 01:59:23 +02:00
mscoree_classes.idl
mscoree_main.c mscoree: Add diagnostic CorGetSvc stub. 2019-08-09 01:59:23 +02:00
mscoree_private.h mscoree: Call mono_thread_manage in GC Unsafe mode. 2019-10-27 19:20:35 +01:00