Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2021-11-20 00:37:14 +0300
committerGitHub <noreply@github.com>2021-11-20 00:37:14 +0300
commit0339fe117122821856d94dcaa0b08ab966b7ecb2 (patch)
treefb7472e199222f8819ea14f194d895141fe9c936 /mono/utils/mono-threads-windows.c
parentf11a3a4bbc36b2a18af0077cc53e7cee517615f7 (diff)
Remove netcore sources and arcade eng/common files (#21315)
They are no longer needed here.
Diffstat (limited to 'mono/utils/mono-threads-windows.c')
-rw-r--r--mono/utils/mono-threads-windows.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/mono/utils/mono-threads-windows.c b/mono/utils/mono-threads-windows.c
index faeecbba4c3..deb9321b54a 100644
--- a/mono/utils/mono-threads-windows.c
+++ b/mono/utils/mono-threads-windows.c
@@ -383,12 +383,7 @@ mono_threads_suspend_get_abort_signal (void)
#if defined (HOST_WIN32)
-#ifndef ENABLE_NETCORE
#define MONO_WIN32_DEFAULT_NATIVE_STACK_SIZE (1024 * 1024)
-#else
-// Use default stack size on netcore.
-#define MONO_WIN32_DEFAULT_NATIVE_STACK_SIZE 0
-#endif
gboolean
mono_thread_platform_create_thread (MonoThreadStart thread_fn, gpointer thread_data, gsize* const stack_size, MonoNativeThreadId *tid)