Another Mingw fix.
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@770 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -47,6 +47,9 @@
|
||||
# define unlink _unlink
|
||||
#elif defined (__MINGW32__)
|
||||
# define ssize_t int
|
||||
# define S_IRWXU (S_IREAD | S_IWRITE | S_IEXEC)
|
||||
# define S_IRWXG 0
|
||||
# define S_IRWXO 0
|
||||
#else
|
||||
# include <unistd.h>
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user