Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / mono / metadata / w32handle-namespace.h
index 5a2547774d49e6f80be7a883e4fa4f7a1cfa3956..5fcc99fc4002a3c73ecc157fb152ff28d15d6eac 100644 (file)
@@ -1,3 +1,6 @@
+/**
+ * \file
+ */
 
 #ifndef _MONO_METADATA_W32HANDLE_NAMESPACE_H_
 #define _MONO_METADATA_W32HANDLE_NAMESPACE_H_
@@ -5,7 +8,7 @@
 #include <config.h>
 #include <glib.h>
 
-#include "mono/utils/w32handle.h"
+#include "mono/metadata/w32handle.h"
 
 #define MONO_W32HANDLE_NAMESPACE_MAX_PATH 260
 
@@ -23,6 +26,6 @@ void
 mono_w32handle_namespace_unlock (void);
 
 gpointer
-mono_w32handle_namespace_search_handle (MonoW32HandleType type, gchar *name);
+mono_w32handle_namespace_search_handle (MonoW32HandleType type, const gchar *name);
 
-#endif /* _MONO_METADATA_W32HANDLE_NAMESPACE_H_ */
\ No newline at end of file
+#endif /* _MONO_METADATA_W32HANDLE_NAMESPACE_H_ */