This commit is contained in:
vitaut 2015-03-12 08:57:00 -07:00
parent 9f19796ef0
commit 82a3e78e04

View File

@ -45,13 +45,13 @@
# define O_CREAT _O_CREAT
# define O_TRUNC _O_TRUNC
#ifndef S_IRUSR
# define S_IRUSR _S_IREAD
#endif
# ifndef S_IRUSR
# define S_IRUSR _S_IREAD
# endif
#ifndef S_IWUSR
# define S_IWUSR _S_IWRITE
#endif
# ifndef S_IWUSR
# define S_IWUSR _S_IWRITE
# endif
# ifdef __MINGW32__
# define _SH_DENYNO 0x40