summaryrefslogtreecommitdiff
path: root/w32/subproc/proc.h
diff options
context:
space:
mode:
Diffstat (limited to 'w32/subproc/proc.h')
-rw-r--r--w32/subproc/proc.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/w32/subproc/proc.h b/w32/subproc/proc.h
index 259a119..62ebf65 100644
--- a/w32/subproc/proc.h
+++ b/w32/subproc/proc.h
@@ -19,10 +19,10 @@ this program. If not, see <http://www.gnu.org/licenses/>. */
typedef int bool_t;
-#define E_SCALL 101
-#define E_IO 102
-#define E_NO_MEM 103
-#define E_FORK 104
+#define E_SCALL 101
+#define E_IO 102
+#define E_NO_MEM 103
+#define E_FORK 104
extern bool_t arr2envblk(char **arr, char **envblk_out);