Added MonoString<->UTF-32 conversion helper functions.
[mono.git] / mono / metadata / filewatcher.h
index 9ba2535ad2b7a49adab7054dd1fbba08d91216e1..c0a1ca2fcdcf1e192d042081cea5334c7d45c939 100644 (file)
 #include <mono/metadata/object.h>
 #include <mono/io-layer/io-layer.h>
 #include "mono/utils/mono-compiler.h"
+#include <glib.h>
 
 #ifdef HAVE_UNISTD_H
 #include <unistd.h>
 #endif
 
-#ifdef HAVE_SYS_SYSCALL_H
-#include <sys/syscall.h>
-#endif
-
 G_BEGIN_DECLS
 
-gboolean ves_icall_System_IO_FSW_SupportsFSW (void) MONO_INTERNAL;
+gint ves_icall_System_IO_FSW_SupportsFSW (void) MONO_INTERNAL;
 
 gboolean ves_icall_System_IO_FAMW_InternalFAMNextEvent (gpointer conn,
                                                        MonoString **filename,