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:
authorKornél Pál <kornelpal@gmail.com>2008-04-28 20:11:42 +0400
committerKornél Pál <kornelpal@gmail.com>2008-04-28 20:11:42 +0400
commitb06a638552f95acbadb35b63d4c70095aac8f64e (patch)
tree4621421171c866f93521411b4f7c0ded741e03bd /libgc/include
parent5c865e33615d506905fa2e4940256375bdab7032 (diff)
Mono runtime: Add support for mixed-mode assemblies. Contributed under MIT/X11 license.
svn path=/trunk/mono/; revision=102052
Diffstat (limited to 'libgc/include')
-rw-r--r--libgc/include/gc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libgc/include/gc.h b/libgc/include/gc.h
index 375cc18a554..ef3a06c11f5 100644
--- a/libgc/include/gc.h
+++ b/libgc/include/gc.h
@@ -922,6 +922,8 @@ extern void GC_thr_init(void); /* Needed for Solaris/X86 */
#if defined(GC_WIN32_THREADS) && !defined(__CYGWIN32__) && !defined(__CYGWIN__)
# include <windows.h>
+ BOOL WINAPI GC_DllMain(HINSTANCE inst, ULONG reason, LPVOID reserved);
+
/*
* All threads must be created using GC_CreateThread, so that they will be
* recorded in the thread table. For backwards compatibility, this is not