X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Fio-layer%2Fwait.h;h=a4ff149147efe3ee4cd17e8f01125002ad10083b;hb=7c539954696baa007b3b5b006898fd3ccb889454;hp=629fe5b3a578c2060d68eced974b7c4abae4edd7;hpb=b6b13e72e91d5b529a6306ce53bda685932c77db;p=mono.git diff --git a/mono/io-layer/wait.h b/mono/io-layer/wait.h index 629fe5b3a57..a4ff149147e 100644 --- a/mono/io-layer/wait.h +++ b/mono/io-layer/wait.h @@ -36,6 +36,7 @@ extern guint32 WaitForMultipleObjects(guint32 numobjects, gpointer *handles, gboolean waitall, guint32 timeout); extern guint32 WaitForMultipleObjectsEx(guint32 numobjects, gpointer *handles, gboolean waitall, guint32 timeout, gboolean alertable); +extern guint32 WaitForInputIdle(gpointer handle, guint32 timeout); G_END_DECLS #endif /* _WAPI_WAIT_H_ */