X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Fio-layer%2Fcontext.h;h=2d0e814716c2e65bd2a50d03d02ffc597964a599;hb=ca2e502bd07bd2443887c3e7ab3cdf92b73a4bb2;hp=3cf0c9718cd55f46be7cdd0c9f958d18a53d6286;hpb=6b6435d1b3206b0162c37e5ecce8d9a699fe6467;p=mono.git diff --git a/mono/io-layer/context.h b/mono/io-layer/context.h index 3cf0c9718cd..2d0e814716c 100644 --- a/mono/io-layer/context.h +++ b/mono/io-layer/context.h @@ -81,6 +81,10 @@ typedef struct guint8 ExtendedRegisters[MAXIMUM_SUPPORTED_EXTENSION]; } WapiContext; +G_BEGIN_DECLS + extern gboolean GetThreadContext(gpointer handle, WapiContext *context); +G_END_DECLS + #endif /* _WAPI_COMPEX_H_ */