2009-01-26 Jeffrey Stedfast <fejj@novell.com>
[mono.git] / mono / io-layer / context.h
index 3cf0c9718cd55f46be7cdd0c9f958d18a53d6286..2d0e814716c2e65bd2a50d03d02ffc597964a599 100644 (file)
@@ -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_ */