From eed85494e5bffc3e7cfa9324999af82ea3c155c7 Mon Sep 17 00:00:00 2001 From: meep-eep Date: Sat, 15 Oct 2005 08:19:39 +0000 Subject: [PATCH] MinGW apparently has unistd.h. git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1909 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/src/sc2code/libs/uio/uioport.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sc2/src/sc2code/libs/uio/uioport.h b/sc2/src/sc2code/libs/uio/uioport.h index b636667a9..c264d8176 100644 --- a/sc2/src/sc2code/libs/uio/uioport.h +++ b/sc2/src/sc2code/libs/uio/uioport.h @@ -21,7 +21,7 @@ #ifndef _UIOPORT_H #define _UIOPORT_H -#ifdef WIN32 +#ifdef _MSC_VER # include #else # include