Sign in
mingw
/
mingw-w64
/
0e8caf3214cccb77c43f182b9298fa7296dd86e9
/
.
/
mingw-w64-tools
/
widl
/
include
/
wine
/
port.h
blob: 0654ab3f565b4cf297311c25651ff519c3f83285 [
file
] [
log
] [
blame
]
#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