mirror of
https://github.com/fmtlib/fmt.git
synced 2024-12-01 22:20:06 +00:00
Fix warnings.
This commit is contained in:
parent
8d28a2382b
commit
5dee290482
@ -52,6 +52,10 @@
|
||||
# define O_CREAT _O_CREAT
|
||||
# define S_IRUSR _S_IREAD
|
||||
# define S_IWUSR _S_IWRITE
|
||||
# define open _open
|
||||
# define close _close
|
||||
# define dup _dup
|
||||
# define dup2 _dup2
|
||||
# else
|
||||
# include <unistd.h>
|
||||
# endif
|
||||
|
Loading…
Reference in New Issue
Block a user