提交 3b5c655c 编写于 作者: G Geoff Norton

Fix the build on windows

上级 3b6f5c33
......@@ -65,7 +65,11 @@ void ves_icall_System_Diagnostics_Process_Process_free_internal (MonoObject *thi
g_message ("%s: Closing process %p, handle %p", __func__, this, process);
#endif
#if TARGET_WIN32
CloseHandle (process);
#else
CloseProcess (process);
#endif
}
#define STASH_SYS_ASS(this) \
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册