X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Fio-layer%2Fprocesses.h;h=a388d63ef9332ccfff65e5bc4ef92d67a2c33e6d;hb=106c604f29b9a49df94f83687b4684db8350e382;hp=c2b78d44387dbc11d3b0bd6105170b2bc74a07ec;hpb=dacc3f8c5d4331f7a40413f3a802ec4049da1e2e;p=mono.git diff --git a/mono/io-layer/processes.h b/mono/io-layer/processes.h index c2b78d44387..a388d63ef93 100644 --- a/mono/io-layer/processes.h +++ b/mono/io-layer/processes.h @@ -15,7 +15,6 @@ #endif #include -#include #include #include @@ -107,13 +106,13 @@ typedef struct _WapiShellExecuteInfo WapiShellExecuteInfo; struct _WapiShellExecuteInfo { guint32 cbSize; - WapiShellExecuteInfoFlags fMask; + gulong fMask; gpointer hwnd; const gunichar2 *lpVerb; const gunichar2 *lpFile; const gunichar2 *lpParameters; const gunichar2 *lpDirectory; - WapiShellExecuteShowFlags nShow; + gulong nShow; gpointer hInstApp; gpointer lpIDList; const gunichar2 *lpClass;