aboutsummaryrefslogtreecommitdiff
path: root/src/stable/process.h
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2012-04-03 16:43:54 +0000
committerMike Buland <eichlan@xagasoft.com>2012-04-03 16:43:54 +0000
commit9fa0f9cea3b92b3d44257a612731456fea629c68 (patch)
treeca39eb93e49b9965f09d2e86fdac0f8fe9a2aba4 /src/stable/process.h
parent618ffae80369dbf00d505020234d3fe0c4966e85 (diff)
downloadlibbu++-9fa0f9cea3b92b3d44257a612731456fea629c68.tar.gz
libbu++-9fa0f9cea3b92b3d44257a612731456fea629c68.tar.bz2
libbu++-9fa0f9cea3b92b3d44257a612731456fea629c68.tar.xz
libbu++-9fa0f9cea3b92b3d44257a612731456fea629c68.zip
Process doesn't include win32.h now.
Diffstat (limited to '')
-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;