MinGW apparently has unistd.h.
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1909 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -21,7 +21,7 @@
|
|||||||
#ifndef _UIOPORT_H
|
#ifndef _UIOPORT_H
|
||||||
#define _UIOPORT_H
|
#define _UIOPORT_H
|
||||||
|
|
||||||
#ifdef WIN32
|
#ifdef _MSC_VER
|
||||||
# include <io.h>
|
# include <io.h>
|
||||||
#else
|
#else
|
||||||
# include <unistd.h>
|
# include <unistd.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user