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/win32_threads.c
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/win32_threads.c')
-rw-r--r--libgc/win32_threads.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgc/win32_threads.c b/libgc/win32_threads.c
index deb3eae4e0a..a2cd0fda43e 100644
--- a/libgc/win32_threads.c
+++ b/libgc/win32_threads.c
@@ -782,7 +782,7 @@ int GC_pthread_detach(pthread_t thread)
* Pontus Rydin suggests wrapping the thread start routine instead.
*/
#if defined(GC_DLL) || defined(GC_INSIDE_DLL)
-BOOL WINAPI DllMain(HINSTANCE inst, ULONG reason, LPVOID reserved)
+BOOL WINAPI GC_DllMain(HINSTANCE inst, ULONG reason, LPVOID reserved)
{
switch (reason) {
case DLL_PROCESS_ATTACH: