From 9fa0f9cea3b92b3d44257a612731456fea629c68 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Tue, 3 Apr 2012 16:43:54 +0000 Subject: Process doesn't include win32.h now. --- src/stable/process.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/stable/process.h') 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 @@ #ifndef BU_PROCESS_H #define BU_PROCESS_H -#ifdef WIN32 -#include -#endif - #include #include @@ -147,7 +143,7 @@ namespace Bu void *hStdIn; void *hStdOut; void *hStdErr; - PROCESS_INFORMATION piProcInfo; + void *hProcess; #else int iStdIn; int iStdOut; -- cgit v1.2.3