X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Fio-layer%2Fwapi.h;h=c56622ea91c003c548288148cf8c49f9998c22bd;hb=fcca9846c82626dd094b2ca0c5f35991f8afc3a5;hp=85da19911035a1d7677ab91b47591a5fb6ea2609;hpb=58ece251d7b186f07bc5d59ac8c63f93bd714466;p=mono.git diff --git a/mono/io-layer/wapi.h b/mono/io-layer/wapi.h index 85da1991103..c56622ea91c 100644 --- a/mono/io-layer/wapi.h +++ b/mono/io-layer/wapi.h @@ -17,15 +17,11 @@ #include #include #include -#include #include -#include #include #include -#include #include #include -#include #include #include #include @@ -43,4 +39,7 @@ gboolean DuplicateHandle (gpointer srcprocess, gpointer src, gpointer targetprocess, gpointer *target, guint32 access G_GNUC_UNUSED, gboolean inherit G_GNUC_UNUSED, guint32 options G_GNUC_UNUSED); +pid_t +wapi_getpid (void); + #endif /* _WAPI_WAPI_H_ */