Escape the .file path name generated in the asembly code. clang does not mind, but...
[mono.git] / mono / io-layer / wapi-private.h
index 0c7899a3237982b0aa4a7409ed91e2c2242f1c5e..f982d860607f49e1ae291b6d0b3ca7e123670c75 100644 (file)
@@ -92,7 +92,7 @@ struct _WapiHandleOps
         * instead of using the normal handle signal mechanism.
         * Returns the WaitForSingleObject return code.
         */
-       guint32 (*special_wait)(gpointer handle, guint32 timeout);
+       guint32 (*special_wait)(gpointer handle, guint32 timeout, gboolean alertable);
 
        /* Called by WaitForSingleObject and WaitForMultipleObjects,
         * if the handle in question needs some preprocessing before the
@@ -188,6 +188,8 @@ struct _WapiFileShare
        guint32 timestamp;
 };
 
+typedef struct _WapiFileShare _WapiFileShare;
+
 struct _WapiFileShareLayout
 {
        guint32 hwm;