openbsd-ports/lang/mono/patches/patch-mono_io-layer_processes_h
2015-01-17 12:24:25 +00:00

15 lines
501 B
Plaintext

$OpenBSD: patch-mono_io-layer_processes_h,v 1.2 2015/01/17 12:24:25 robert Exp $
--- mono/io-layer/processes.h.orig Wed Dec 3 12:25:48 2014
+++ mono/io-layer/processes.h Sat Jan 17 12:34:41 2015
@@ -149,6 +149,10 @@ struct _WapiShellExecuteInfo
#define CREATE_DEFAULT_ERROR_MODE 0x04000000
#define CREATE_NO_WINDOW 0x08000000
+#ifndef HOST_WIN32
+#define CREATE_NO_DETACH 0x10000000
+#endif
+
#ifdef NEW_STUFF
#define CREATE_PRESERVE_CODE_AUTHZ_LEVEL find out the value for this one...
#endif