Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Henry <ludovic@xamarin.com>2017-01-21 04:15:19 +0300
committerGitHub <noreply@github.com>2017-01-21 04:15:19 +0300
commit56edb3357c0af9eae94a01dd72c7623bd6322dd8 (patch)
treef1440fa5205d44fafa98ee7a92ce4580f332c803 /support
parenta69c38055f657ffbe0ac41c2b594c5b420a4699f (diff)
[io-layer] Extract error (#4279)
* [file] Remove dead field * [process] Remove wapi_getpid * [process] Remove CloseHandle * [io-layer] Remove dead MONO_TRACE * [io-layer] Extract error * [io-layer] Extract wapi.h * [io-layer] Remove the io-layer
Diffstat (limited to 'support')
-rw-r--r--support/supportw.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/support/supportw.c b/support/supportw.c
index 51b49697152..247f310c23b 100644
--- a/support/supportw.c
+++ b/support/supportw.c
@@ -18,7 +18,6 @@
#include "mono/metadata/class.h"
#include "mono/metadata/object.h"
#include "mono/metadata/tabledefs.h"
-#include "mono/io-layer/wapi.h"
typedef struct {
const char *fname;