Skip to content

Commit 7e5f7b5

Browse files
committed
configure.ac: set _WIN32_WINNT version
1 parent b555810 commit 7e5f7b5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

configure.ac

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4854,6 +4854,11 @@ done
48544854
IFS=$as_save_IFS
48554855
AC_MSG_RESULT([$DBM_CFLAGS $DBM_LIBS])
48564856

4857+
case $host in
4858+
*-*-mingw*)
4859+
CFLAGS_NODIST="$CFLAGS_NODIST -D_WIN32_WINNT=0x0602";;
4860+
esac
4861+
48574862
# Templates for things AC_DEFINEd more than once.
48584863
# For a single AC_DEFINE, no template is needed.
48594864
AH_TEMPLATE([_REENTRANT],

0 commit comments

Comments
 (0)