From 952bf0a1d8879bc5e9f9753bcf8f4f24830cd2d0 Mon Sep 17 00:00:00 2001 From: tlegrand Date: Fri, 10 Aug 2007 14:30:26 +0000 Subject: [PATCH] added #define _MSC_VER_ for windows compatibility --- eo/src/utils/pipecom.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/eo/src/utils/pipecom.cpp b/eo/src/utils/pipecom.cpp index e331eb57..a0e4e082 100644 --- a/eo/src/utils/pipecom.cpp +++ b/eo/src/utils/pipecom.cpp @@ -14,6 +14,8 @@ #include #endif +#ifndef _MSC_VER + #include #include #include @@ -163,6 +165,7 @@ int PipeComWaitFor( PCom *from, char *what ) return 1; } +#endif /*_MSC_VER*/ // Local Variables: