[sgen] Jobs for scanning from registered roots.
[mono.git] / mono / io-layer / handles.h
index 4a023c147fda83513aa771ca858bf93871aff475..7089c97d26436c0d47be452239f00f93d3e0f733 100644 (file)
@@ -17,6 +17,9 @@ G_BEGIN_DECLS
 extern gboolean CloseHandle (gpointer handle);
 extern gboolean DuplicateHandle (gpointer srcprocess, gpointer src, gpointer targetprocess, gpointer *target, guint32 access, gboolean inherit, guint32 options);
 
+/* Another kludge alert! Visible non-w32 API is broken! */
+extern void _wapi_cleanup (void);
+
 G_END_DECLS
 
 #endif /* _WAPI_HANDLES_H_ */