Fix for Mingw.
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@769 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -45,6 +45,8 @@
|
||||
# define write _write
|
||||
# define stat _stat
|
||||
# define unlink _unlink
|
||||
#elif defined (__MINGW32__)
|
||||
# define ssize_t int
|
||||
#else
|
||||
# include <unistd.h>
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user