2010-02-13 Jb Evain <jbevain@novell.com>
[mono-project.git] / mono / io-layer / context.c
blob75155a40ac8419e2f6b8009ed4195e677b39eb1b
1 /*
2 * context.c: Processor-specific register contexts
4 * Author:
5 * Dick Porter (dick@ximian.com)
7 * (C) 2002 Ximian, Inc.
8 */
10 #include <config.h>
11 #include <glib.h>
12 #include <pthread.h>
14 #include "mono/io-layer/wapi.h"
16 gboolean GetThreadContext(gpointer handle G_GNUC_UNUSED, WapiContext *context G_GNUC_UNUSED)
18 return(FALSE);