New test.
[mono.git] / mono / io-layer / context.c
1 /*
2  * context.c:  Processor-specific register contexts
3  *
4  * Author:
5  *      Dick Porter (dick@ximian.com)
6  *
7  * (C) 2002 Ximian, Inc.
8  */
9
10 #include <config.h>
11 #include <glib.h>
12 #include <pthread.h>
13
14 #include "mono/io-layer/wapi.h"
15
16 gboolean GetThreadContext(gpointer handle G_GNUC_UNUSED, WapiContext *context G_GNUC_UNUSED)
17 {
18         return(FALSE);
19 }
20
21
22