/* * context.c: Processor-specific register contexts * * Author: * Dick Porter (dick@ximian.com) * * (C) 2002 Ximian, Inc. */ #include #include #include #include "mono/io-layer/wapi.h" gboolean GetThreadContext(gpointer handle G_GNUC_UNUSED, WapiContext *context G_GNUC_UNUSED) { return(FALSE); }