patch-mono_io-layer_processes_h 501 B

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