Sign in
mingw
/
mingw-w64
/
0a5d3e43bf2a346ad9838febacc9498077a225a7
/
.
/
mingw-w64-tools
/
widl
/
include
/
wine
/
port.h
blob: 0654ab3f565b4cf297311c25651ff519c3f83285 [
file
]
#include
<fcntl.h>
#ifdef
HAVE_UNISTD_H
# include <unistd.h>
#endif
#ifndef
O_BINARY
# define O_BINARY 0
#endif
#ifndef
HAVE_MKSTEMP
extern
int
mkstemps
(
char
*
template
,
int
suffix_len
);
#endif