Go to the documentation of this file.
27 #ifndef GWENHYWFAR_PROCESS_H
28 #define GWENHYWFAR_PROCESS_H
36 #define GWEN_PROCESS_FLAGS_REDIR_STDIN 0x00000001
38 #define GWEN_PROCESS_FLAGS_REDIR_STDOUT 0x00000002
40 #define GWEN_PROCESS_FLAGS_REDIR_STDERR 0x00000004
42 #define GWEN_PROCESS_FLAGS_DEFAULT 0