---
mingw-w64-tools/widl/configure | 2 +-
mingw-w64-tools/widl/configure.ac | 2 +-
mingw-w64-tools/widl/include/config.h.in | 4 ++--
mingw-w64-tools/widl/include/wine/port.h | 2 +-
mingw-w64-tools/widl/src/port/port.c | 2 +-
5 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/mingw-w64-tools/widl/configure b/mingw-w64-tools/widl/configure
index f920881..75ad6b5 100755
--- a/mingw-w64-tools/widl/configure
+++ b/mingw-w64-tools/widl/configure
@@ -4942,7 +4942,7 @@ fi
fi
-for ac_func in atexit gettimeofday getopt_long_only memmove memset mkstemp strcasecmp strchr strdup strerror strncasecmp strrchr strtol strtoul strtoull
+for ac_func in atexit gettimeofday getopt_long_only memmove memset mkstemps strcasecmp strchr strdup strerror strncasecmp strrchr strtol strtoul strtoull
do :
as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
diff --git a/mingw-w64-tools/widl/configure.ac b/mingw-w64-tools/widl/configure.ac
index c95cbe8..a7ac2a0 100644
--- a/mingw-w64-tools/widl/configure.ac
+++ b/mingw-w64-tools/widl/configure.ac
@@ -50,7 +50,7 @@ AC_FUNC_ERROR_AT_LINE
AC_FUNC_MALLOC
AC_FUNC_REALLOC
AC_FUNC_STRTOD
-AC_CHECK_FUNCS([atexit gettimeofday getopt_long_only memmove memset mkstemp strcasecmp strchr strdup strerror strncasecmp strrchr strtol strtoul strtoull])
+AC_CHECK_FUNCS([atexit gettimeofday getopt_long_only memmove memset mkstemps strcasecmp strchr strdup strerror strncasecmp strrchr strtol strtoul strtoull])
AH_TOP([#define __WINE_CONFIG_H])
diff --git a/mingw-w64-tools/widl/include/config.h.in b/mingw-w64-tools/widl/include/config.h.in
index d1f83ed..f9dc2f2 100644
--- a/mingw-w64-tools/widl/include/config.h.in
+++ b/mingw-w64-tools/widl/include/config.h.in
@@ -48,8 +48,8 @@
/* Define to 1 if you have the `memset' function. */
#undef HAVE_MEMSET
-/* Define to 1 if you have the `mkstemp' function. */
-#undef HAVE_MKSTEMP
+/* Define to 1 if you have the `mkstemps' function. */
+#undef HAVE_MKSTEMPS
/* Define to 1 if your system has a GNU libc compatible `realloc' function,
and to 0 otherwise. */
diff --git a/mingw-w64-tools/widl/include/wine/port.h b/mingw-w64-tools/widl/include/wine/port.h
index 0654ab3..29d145e 100644
--- a/mingw-w64-tools/widl/include/wine/port.h
+++ b/mingw-w64-tools/widl/include/wine/port.h
@@ -8,7 +8,7 @@
# define O_BINARY 0
#endif
-#ifndef HAVE_MKSTEMP
+#ifndef HAVE_MKSTEMPS
extern int mkstemps(char *template, int suffix_len);
#endif
diff --git a/mingw-w64-tools/widl/src/port/port.c b/mingw-w64-tools/widl/src/port/port.c
index 3a452f0..274a0b6 100644
--- a/mingw-w64-tools/widl/src/port/port.c
+++ b/mingw-w64-tools/widl/src/port/port.c
@@ -19,7 +19,7 @@
#include "config.h"
#include "wine/port.h"
-#ifndef HAVE_MKSTEMP
+#ifndef HAVE_MKSTEMPS
#include <sys/types.h>
#include <stdlib.h>
------------------------------------------------------------------------------
New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
GigeNET is offering a free month of service with a new server in Ashburn.
Choose from 2 high performing configs, both with 100TB of bandwidth.
Higher redundancy.Lower latency.Increased capacity.Completely compliant.
http://p.sf.net/sfu/gigenet
_______________________________________________
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public