2002-04-30 Dick Porter <dick@ximian.com>
[mono.git] / mono / io-layer / context.c
1 #include <config.h>
2 #include <glib.h>
3 #include <pthread.h>
4
5 #include "mono/io-layer/wapi.h"
6
7 gboolean GetThreadContext(gpointer handle G_GNUC_UNUSED, WapiContext *context G_GNUC_UNUSED)
8 {
9         return(FALSE);
10 }
11
12
13