[io-layer] Remove Sleep and SleepEx
[mono.git] / mono / io-layer / process-private.h
index 1da7f472f008f853b9cb838dc24e4b9b6bf23ffb..86a8cf3137d4f9aeaec10bc943c681243d2787da 100644 (file)
@@ -50,9 +50,11 @@ struct MonoProcess {
         * the process has exited, so that the information there isn't lost.
         */
        gpointer handle;
+       gboolean freeable;
        struct MonoProcess *next;
 };
 
+typedef struct MonoProcess MonoProcess;
 
 /*
  * _WapiHandle_process is a structure containing all the required information