aboutsummaryrefslogtreecommitdiff
path: root/src/stable/process.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stable/process.h')
-rw-r--r--src/stable/process.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/stable/process.h b/src/stable/process.h
index f010633..1ca6dd2 100644
--- a/src/stable/process.h
+++ b/src/stable/process.h
@@ -8,10 +8,6 @@
8#ifndef BU_PROCESS_H 8#ifndef BU_PROCESS_H
9#define BU_PROCESS_H 9#define BU_PROCESS_H
10 10
11#ifdef WIN32
12#include <windows.h>
13#endif
14
15#include <stdint.h> 11#include <stdint.h>
16#include <sys/types.h> 12#include <sys/types.h>
17 13
@@ -147,7 +143,7 @@ namespace Bu
147 void *hStdIn; 143 void *hStdIn;
148 void *hStdOut; 144 void *hStdOut;
149 void *hStdErr; 145 void *hStdErr;
150 PROCESS_INFORMATION piProcInfo; 146 void *hProcess;
151#else 147#else
152 int iStdIn; 148 int iStdIn;
153 int iStdOut; 149 int iStdOut;