[sre] Remove MonoDynamicImage:handleref_managed field
[mono.git] / mono / metadata / w32file.h
index 05bfe9fc9293ed9238d837559d2f827dc7cdfaca..65afdb31d786f01475530e1d15ed21ff2c069feb 100644 (file)
@@ -1,5 +1,6 @@
-/*
- * w32file.h: File IO internal calls
+/**
+ * \file
+ * File IO internal calls
  *
  * Authors:
  *     Dick Porter (dick@ximian.com)
@@ -16,7 +17,6 @@
 #include <config.h>
 #include <glib.h>
 
-#include "io-layer/io-layer.h"
 #include <mono/metadata/object-internals.h>
 #include <mono/utils/mono-compiler.h>
 
@@ -390,6 +390,9 @@ mono_w32file_cleanup (void);
 gpointer
 mono_w32file_create(const gunichar2 *name, guint32 fileaccess, guint32 sharemode, guint32 createmode, guint32 attrs);
 
+gboolean
+mono_w32file_close (gpointer handle);
+
 gboolean
 mono_w32file_delete (const gunichar2 *name);